emr-types
Version:
Comprehensive TypeScript Types Library for Electronic Medical Record (EMR) Applications - Domain-Driven Design with Zod Validation
15 lines • 406 B
JavaScript
/**
* Tenant Domain Exports
*
* Complete tenant domain types and utilities
*/
// Entities
export * from './entities/Tenant';
// Value Objects
export * from './value-objects/TenantId';
// Enums
export * from './enums/TenantStatus';
export * from './enums/TenantType';
export { TenantStatus } from './enums/TenantStatus';
export { TenantType } from './enums/TenantType';
//# sourceMappingURL=index.js.map