UNPKG

@vonage/messages

Version:

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

14 lines 295 B
/** * Represents a custom payload. * * @deprecated Please note that this interface is deprecated. * * @ignore */ export interface CustomPayload { /** * The payload content, which can be of any type. */ [key: string]: unknown; } //# sourceMappingURL=CustomPayload.d.ts.map