/** * Represents an interface for defining MMS channel messages. * * @deprecated Please use types instead of interfaces. * * @ignore */ interface MMSChannelInterface { channel: 'mms'; } export type { MMSChannelInterface };