import { type GenericPromptOptions } from "https://deno.land/x/lume@v1.18.4/deps/cliffy.ts";
Generic prompt options.
Properties
optional
default: TValueoptional
validate: (value: TRawValue) => ValidateResultoptional
keys: GenericPromptKeysimport { type GenericPromptOptions } from "https://deno.land/x/lume@v1.18.4/deps/cliffy.ts";
Generic prompt options.