@worldware/msg
    Preparing search index...

    Interface MsgInterface

    Shared shape for objects that carry attributes and translator notes.

    interface MsgInterface {
        attributes: MsgAttributes;
        notes: MsgNote[];
    }

    Implemented by

    Index
    attributes: MsgAttributes

    Locale and formatting metadata.

    notes: MsgNote[]

    Notes for translators and tooling.