import { type VariantSchemaAsync } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.ts";
Variant schema async type.
Type Parameters
TOptions extends VariantOptionsAsync<TKey>
definition: BaseSchemaAsync<Input<TOptions[number]>, TOutput> & { type: "variant"; key: TKey; options: TOptions; message: ErrorMessage | undefined; pipe: PipeAsync<Input<TOptions[number]>> | undefined; }