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

x/valibot/mod.ts>StrictObjectSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
import { type StrictObjectSchema } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Strict object schema type.

Type Parameters

TEntries extends ObjectEntries
TMessage extends ErrorMessage<StrictObjectIssue> | undefined

Properties

readonly
type: "strict_object"

The schema type.

readonly
reference: strictObject

The schema reference.

readonly
expects: "Object"

The expected property.

readonly
entries: TEntries

The entries schema.

readonly
message: TMessage

The error message.