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

17 lines
496 B
TypeScript

/**
* HSE Services Index
* @module HSE
*
* Services for Health, Safety & Environment module
* Based on RF-MAA017-001 to RF-MAA017-008
* Updated: 2025-12-18
*/
export * from './incidente.service';
export * from './capacitacion.service';
export * from './inspeccion.service';
export * from './epp.service';
export * from './stps.service';
export * from './ambiental.service';
export * from './permiso-trabajo.service';
export * from './indicador.service';
//# sourceMappingURL=index.d.ts.map