erp-construccion-backend/dist/modules/inventory/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

8 lines
302 B
TypeScript

/**
* Inventory Controllers Index
* @module Inventory
*/
export { createRequisicionController } from './requisicion.controller';
export { createConsumoObraController } from './consumo-obra.controller';
export { InventoryController } from './inventory.controller';
//# sourceMappingURL=index.d.ts.map