6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
/**
|
|
* Estimates Module - Service Exports
|
|
* MAI-008: Estimaciones y Facturación
|
|
*/
|
|
export * from './estimacion.service';
|
|
//# sourceMappingURL=index.d.ts.map
|