erp-construccion-backend/dist/modules/construction/controllers/index.d.ts

11 lines
507 B
TypeScript

/**
* Construction Controllers Index
* @module Construction
*/
export { default as proyectoController } from './proyecto.controller';
export { default as fraccionamientoController } from './fraccionamiento.controller';
export { createEtapaController } from './etapa.controller';
export { createManzanaController } from './manzana.controller';
export { createLoteController } from './lote.controller';
export { createPrototipoController } from './prototipo.controller';
//# sourceMappingURL=index.d.ts.map