Introduction
CLI
Links
Appearance
import { NormalizedChoice } from "@tsed/cli-prompts/src/utils/normalizeChoices";
See /packages/cli-prompts/src/utils/normalizeChoices.ts.
type NormalizedChoice<Value = any> = Option<Value> & { checked?: boolean; };
checked?: boolean;