import { type UnionSchemaAsync } from "https://deno.land/x/valibot@v0.24.0/src/schemas/union/index.ts";
Union schema async type.
Type Parameters
TOptions extends UnionOptionsAsync
definition: BaseSchemaAsync<Input<TOptions[number]>, TOutput> & { type: "union"; options: TOptions; message: ErrorMessage; }