Presupuestador_web/shared/lib/contexts/common/application/dto/index.ts
2024-07-09 18:21:12 +02:00

6 lines
169 B
TypeScript

export * from "./IError_Response.dto";
export * from "./IMoney.dto";
export * from "./IPercentage.dto";
export * from "./IQuantity.dto";
export * from "./ITaxType.dto";