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

x/valibot/src/index.ts>ObjectShapeAsync

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

Object shape async type.

definition: Record<string, BaseSchema<any> | BaseSchemaAsync<any>>