emr-types
Version:
Comprehensive TypeScript Types Library for Electronic Medical Record (EMR) Applications - Domain-Driven Design with Zod Validation
12 lines • 296 B
TypeScript
/**
* Utility Types for EMR Application
*
* Provides common utility types, validation functions, and helper types
* used across the EMR monorepo.
*
* @package emr-types
*/
export * from './validation';
export * from './form';
export * from './datetime';
//# sourceMappingURL=index.d.ts.map