Skip to main content
Module

x/valibot/src/schemas/index.ts>ObjectIssue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface ObjectIssue
implements BaseIssue<unknown>
Re-export
import { type ObjectIssue } from "https://deno.land/x/valibot@v0.37.0/src/schemas/index.ts";

Object issue type.

Properties

readonly
kind: "schema"

The issue kind.

readonly
type: "object"

The issue type.

readonly
expected: "Object"

The expected property.