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