import { type PicklistSchema } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.ts";
Picklist schema type.
Type Parameters
TOptions extends PicklistOptions
optional
TOutput = TOptions[number]Properties
options: TOptions
The picklist options.
message: ErrorMessage | undefined
The error message.