UNPKG

emr-types

Version:

Comprehensive TypeScript Types Library for Electronic Medical Record (EMR) Applications - Domain-Driven Design with Zod Validation

10 lines 251 B
/** * Infrastructure Layer Exports * * Infrastructure layer types for external integrations */ export * from './api'; export * from './database'; export * from './messaging'; export * from './external-services'; //# sourceMappingURL=index.d.ts.map