The question to be asked

Type Param: questionType

The question to be asked

interface questionType {
    ask: string;
    help: string;
    id: string;
    options: null | optionsType[];
    placeholder: placeholderType;
    type: typesType;
}

Properties

ask: string
help: string
id: string
options: null | optionsType[]
placeholder: placeholderType
type: typesType