erp-construccion-backend/dist/modules/estimates/controllers/index.d.ts
rckrdmrd 9bddee7320 chore: Remove dist/ from git tracking (now in .gitignore)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 11:47:55 -06:00

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