Presupuestador_web/shared/lib/contexts/common/application/dto/index.ts

6 lines
169 B
TypeScript
Raw Normal View History

2024-04-23 15:29:38 +00:00
export * from "./IError_Response.dto";
export * from "./IMoney.dto";
export * from "./IPercentage.dto";
2024-07-09 16:21:12 +00:00
export * from "./IQuantity.dto";
2024-04-23 15:29:38 +00:00
export * from "./ITaxType.dto";