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

## Usage

```typescript
import { PromptType } 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 PromptType = "input" | "password" | "confirm" | "list" | "checkbox" | "autocomplete";
```

<!-- Description -->

## Description

Enumerates the built-in prompt types supported by the Ts.ED CLI.
