mwg API
    Preparing search index...

    Interface Choice

    interface Choice {
        disabled?: boolean;
        text: string;
        value?: unknown;
    }
    Index
    disabled?: boolean
    text: string
    value?: unknown