import { type MultiSelectOptions } from "https://deno.land/x/dax@0.31.1/src/console/multiSelect.ts";
Options for showing a selection that has multiple possible values.
Properties
options: (string | MultiSelectOption)[]
Options to show the user.
x/dax/src/console/multiSelect.ts>MultiSelectOptions
import { type MultiSelectOptions } from "https://deno.land/x/dax@0.31.1/src/console/multiSelect.ts";
Options for showing a selection that has multiple possible values.
Options to show the user.