Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/types/index.ts>DefaultAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
type alias DefaultAsync
Re-export
import { type DefaultAsync } from "https://deno.land/x/valibot@v0.35.0/src/types/index.ts";

Default async type.

Type Parameters

TWrapped extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>
TInput extends null | undefined