Type Alias: Prompt
type Prompt = {
availableChoices: Choice[];
pastUserChoices: (Choice | Choice[])[];
promptStyle?: PromptStyle;
promptType: PromptType;
};
Properties
| Property | Type |
|---|---|
availableChoices |
Choice[] |
pastUserChoices |
(Choice | Choice[])[] |
promptStyle? |
PromptStyle |
promptType |
PromptType |