export const customChatChannels = ['whatsapp', 'telegram'];

export const customChatChannelsMap = {
  whatsapp: 'WhatsApp',
  telegram: 'Telegram',
};
