9 lines
376 B
TypeScript
9 lines
376 B
TypeScript
/**
|
|
* Estimates Controllers Index
|
|
* @module Estimates
|
|
*/
|
|
export { createEstimacionController } from './estimacion.controller';
|
|
export { createAnticipoController } from './anticipo.controller';
|
|
export { createFondoGarantiaController } from './fondo-garantia.controller';
|
|
export { createRetencionController } from './retencion.controller';
|
|
//# sourceMappingURL=index.d.ts.map
|