@cavell/kit API
    Preparing search index...

    Interface InteractionOption

    One selectable option in a questions-kind user interaction.

    interface InteractionOption {
        description?: string;
        label: string;
    }
    Index
    description?: string
    label: string