import { type PicklistSchemaAsync } from "https://deno.land/x/valibot@v0.28.1/src/schemas/picklist/picklistAsync.ts";
Picklist schema async type.
Type Parameters
TOptions extends PicklistOptions
optional
TOutput = TOptions[number]definition: BaseSchemaAsync<TOptions[number], TOutput> & { type: "picklist"; options: TOptions; message: ErrorMessage | undefined; }