/** * Represents a WhatsApp channel interface. * * @deprecated Please use types instead of interfaces. * * @ignore */ interface WhatsAppChannelInterface { channel: 'whatsapp'; } export type { WhatsAppChannelInterface };