Interface MessageSourceOther

The message is from some other source. Subtype of MessageSource.

interface MessageSourceOther {
    @type: "messageSourceOther";
}

Properties

Properties

@type: "messageSourceOther"