@labkey/api
    Preparing search index...

    Interface IMsgContent

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

    Properties

    Properties

    content: string
    type: MsgType