Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_books/deps.ts>z.ZodObjectDef

Access OpenLibrary's API with Deno.
Go to Latest
interface z.ZodObjectDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts";
const { ZodObjectDef } = z;

Type Parameters

optional
T extends ZodRawShape = ZodRawShape
optional
UnknownKeys extends UnknownKeysParam = UnknownKeysParam
optional
Catchall extends ZodTypeAny = ZodTypeAny

Properties

typeName: ZodFirstPartyTypeKind.ZodObject
shape: () => T
catchall: Catchall
unknownKeys: UnknownKeys