@vonage/messages
Version:
Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS
11 lines • 414 B
TypeScript
import { MessageVideoInterface } from '../MessageVideoInterface';
import { MMSChannelInterface } from './MMSChannelInterface';
/**
* Represents an interface for defining MMS channel messages with video.
* @deprecated Please use types instead of interfaces.
*
* @ignore
*/
export interface MMSVideoInterface extends MessageVideoInterface, MMSChannelInterface {
}
//# sourceMappingURL=MMSVideoInterface.d.ts.map