/** * */ export type ChannelType = 'email' | 'sms' | 'whatsapp';