13 lines
435 B
TypeScript
13 lines
435 B
TypeScript
/**
|
|
* Estimates Module - Entity Exports
|
|
* MAI-008: Estimaciones y Facturacion
|
|
*/
|
|
export * from './estimacion.entity';
|
|
export * from './estimacion-concepto.entity';
|
|
export * from './generador.entity';
|
|
export * from './anticipo.entity';
|
|
export * from './amortizacion.entity';
|
|
export * from './retencion.entity';
|
|
export * from './fondo-garantia.entity';
|
|
export * from './estimacion-workflow.entity';
|
|
//# sourceMappingURL=index.d.ts.map
|