UNPKG

@vonage/messages

Version:

Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS

11 lines 249 B
/** * Represents a WhatsApp channel interface. * * @deprecated Please use types instead of interfaces. * * @ignore */ export interface WhatsAppChannelInterface { channel: 'whatsapp'; } //# sourceMappingURL=WhatsAppChannelInterface.d.ts.map