Files
DentalManagementMHAprilgg/packages/db/shared/schemas/enums/CommunicationChannel.schema.d.ts
2026-04-04 22:13:55 -04:00

4 lines
240 B
TypeScript

import * as z from 'zod';
export declare const CommunicationChannelSchema: z.ZodEnum<["sms", "voice"]>;
export type CommunicationChannel = z.infer<typeof CommunicationChannelSchema>;
//# sourceMappingURL=CommunicationChannel.schema.d.ts.map