12 lines
344 B
TypeScript
12 lines
344 B
TypeScript
/**
|
|
* HSE Entities Index
|
|
* @module HSE
|
|
*
|
|
* Entities for Health, Safety & Environment module
|
|
* Based on RF-MAA017-001 to RF-MAA017-008
|
|
*/
|
|
export * from './incidente.entity';
|
|
export * from './incidente-involucrado.entity';
|
|
export * from './incidente-accion.entity';
|
|
export * from './capacitacion.entity';
|
|
//# sourceMappingURL=index.d.ts.map
|