@worldware/msg-cli
    Preparing search index...

    Type Alias SelectMessage

    Parsed MF2 select (.match) message shape from messageformat.

    type SelectMessage = {
        declarations: unknown[];
        selectors: { name?: string; type: string }[];
        type: "select";
        variants: { keys: VariantKey[]; value: unknown[] }[];
    }
    Index
    declarations: unknown[]
    selectors: { name?: string; type: string }[]
    type: "select"
    variants: { keys: VariantKey[]; value: unknown[] }[]