Skip to content

PURISTA API


PURISTA API / @purista/cli / ConfirmPromptRequest

Type Alias: ConfirmPromptRequest<TKey>

ConfirmPromptRequest<TKey> = BasePromptRequest<TKey> & object

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

Type Declaration

defaultValue?

optional defaultValue?: boolean

type

type: "confirm"

Type Parameters

TKey

TKey extends string = string