title: Core.z. Zod Object Def

A2A Node SDK - v0.1.0 / Modules / Core / z / ZodObjectDef

Interface: ZodObjectDef<T, UnknownKeys, Catchall>

Core.z.ZodObjectDef

Type parameters

NameType
Textends ZodRawShape = ZodRawShape
UnknownKeysextends UnknownKeysParam = UnknownKeysParam
Catchallextends ZodTypeAny = ZodTypeAny

Hierarchy

Table of contents

Properties

Properties

catchall

catchall: Catchall


description

Optional description: string

Inherited from

ZodTypeDef.description


errorMap

Optional errorMap: ZodErrorMap

Inherited from

ZodTypeDef.errorMap


shape

shape: () => T

Type declaration

▸ (): T

Returns

T


typeName

typeName: ZodObject


unknownKeys

unknownKeys: UnknownKeys