Skip to content

PromptQuestion

@tsed/cli-prompts

Usage

typescript
import { PromptQuestion } from "@tsed/cli-prompts/src/interfaces/PromptQuestion";

See /packages/cli-prompts/src/interfaces/PromptQuestion.ts.

Overview

ts
type PromptQuestion = PromptInputQuestion | PromptPasswordQuestion | PromptConfirmQuestion | PromptListQuestion | PromptCheckboxQuestion | PromptAutocompleteQuestion;

Description

Union describing every supported Ts.ED CLI question type.

Released under the MIT License.