Available options for a question

Type Param: optionsType

The available options available to answer a question

interface optionsType {
    label: string;
    value: string;
}

Properties

Properties

label: string
value: string