8 lines
241 B
TypeScript
8 lines
241 B
TypeScript
/**
|
|
* @ai-summary Public API for maintenance feature capsule
|
|
* @ai-note This is the ONLY file other features should import from
|
|
*/
|
|
|
|
export { maintenanceRoutes } from './api/maintenance.routes';
|
|
export * from './domain/maintenance.types';
|