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

x/valibot/src/schemas/object/object.ts>ObjectSchema

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

Object schema type.

Type Parameters

TObjectShape extends ObjectShape
optional
TOutput = ObjectOutput<TObjectShape>
definition: BaseSchema<ObjectInput<TObjectShape>, TOutput> & { schema: "object"; object: TObjectShape; }