feat(shared): add types for dashboard, cfdi, and impuestos

This commit is contained in:
Consultoria AS
2026-01-22 02:16:24 +00:00
parent c8a1fac045
commit 7cc8842f8d
4 changed files with 144 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
export * from './types/auth';
export * from './types/tenant';
export * from './types/user';
export * from './types/cfdi';
export * from './types/dashboard';
export * from './types/impuestos';
// Constants
export * from './constants/plans';