title: Core.z. Zod Array Def

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

Interface: ZodArrayDef<T>

Core.z.ZodArrayDef

Type parameters

NameType
Textends ZodTypeAny = ZodTypeAny

Hierarchy

Table of contents

Properties

Properties

description

Optional description: string

Inherited from

ZodTypeDef.description


errorMap

Optional errorMap: ZodErrorMap

Inherited from

ZodTypeDef.errorMap


exactLength

exactLength: null | { message?: string ; value: number }


maxLength

maxLength: null | { message?: string ; value: number }


minLength

minLength: null | { message?: string ; value: number }


type

type: T


typeName

typeName: ZodArray