Skip to content

PromptKind

The kind of interactive prompt to present.

  • 'confirm' — yes/no boolean question

  • 'input' — free-text string input

  • 'select' — single selection from a list

  • 'multiselect' — multiple selections from a list

  • Import: @kjanat/dreamcli

  • Export kind: type

  • Declared in: src/core/schema/prompt.ts

  • Source link: packages/dreamcli/src/core/schema/prompt.ts:25

Signatures

ts
type PromptKind = typeof PROMPT_KINDS[number];

See Also

Released under the MIT License.