emr-types
Version:
Comprehensive TypeScript Types Library for Electronic Medical Record (EMR) Applications - Domain-Driven Design with Zod Validation
14 lines • 337 B
JavaScript
/**
* Infrastructure Layer Exports
*
* Infrastructure layer types for external integrations
*/
// API Types
export * from './api';
// Database Types
export * from './database';
// Messaging Types
export * from './messaging';
// External Service Integration Types
export * from './external-services';
//# sourceMappingURL=index.js.map