Interface IMsgContent

interface IMsgContent {
    content: string;
    type: MsgType;
}

Properties

Properties

content: string
type: MsgType

Generated using TypeDoc