---
symbol: PromptQuestion
module: "@tsed/cli-prompts"
type: type
meta:
 - name: keywords
   description: api typescript node.js documentation PromptQuestion type
---
# PromptQuestion - @tsed/cli-prompts

## Usage

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

> See [/packages/cli-prompts/src/interfaces/PromptQuestion.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli-prompts/src/interfaces/PromptQuestion.ts#L0-L0).

## Overview

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

<!-- Description -->

## Description

Union describing every supported Ts.ED CLI question type.
