Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/schemas/union/index.ts>UnionOptionsAsync

The modular and type safe schema library for validating structural data 🤖
Go to Latest
type alias UnionOptionsAsync
import { type UnionOptionsAsync } from "https://deno.land/x/valibot@v0.8.0/src/schemas/union/index.ts";

Union options async type.

definition: [BaseSchema | BaseSchemaAsync, BaseSchema | BaseSchemaAsync, ...(BaseSchema[] | BaseSchemaAsync[])]