Skip to content

PURISTA API


PURISTA API / @purista/cli / PromptChoice

Type Alias: PromptChoice<TValue>

PromptChoice<TValue> = object

Defined in: packages/cli/src/core/types.ts:50

Type Parameters

TValue

TValue extends string | boolean = string

Properties

description?

optional description?: string

Defined in: packages/cli/src/core/types.ts:53


name

name: string

Defined in: packages/cli/src/core/types.ts:51


value

value: TValue

Defined in: packages/cli/src/core/types.ts:52