import * as z from 'zod'; export const CommunicationChannelSchema = z.enum(['sms', 'voice']) export type CommunicationChannel = z.infer;