UNPKG

274 BPlain TextView Raw
1import Separator from 'inquirer/lib/objects/separator';
2
3/**
4 * The "ChoiceType" is used often and is annoying to keep in sync (types change often).
5 * Defining it once and using it often in an attempt to reduce maintenance.
6 */
7export type ChoiceType = Separator | string;