@worldware/msg
    Preparing search index...

    Type Alias MsgNote

    A free-form note attached to a message or resource for translators and tools.

    type MsgNote = {
        content: string;
        type: NoteTypes;
    }
    Index
    content: string

    The note text.

    type: NoteTypes

    What kind of note this is.