Deprecated
Use Array<string | SelectOption | SelectOptionGroup>
instead.
import { type SelectValueOptions } from "https://deno.land/x/cliffy@v1.0.0-rc.1/prompt/mod.ts";
Select options type.
deprecated
definition: Array<string | SelectOption<string> | SelectOptionGroup<string>>