title: Core.z. Zod Array Def
A2A Node SDK - v0.1.0 / Modules / Core / z / ZodArrayDef
Interface: ZodArrayDef<T>
Type parameters
| Name | Type |
|---|---|
T | extends ZodTypeAny = ZodTypeAny |
Hierarchy
-
↳
ZodArrayDef
Table of contents
Properties
Properties
description
• Optional description: string
Inherited from
errorMap
• Optional errorMap: ZodErrorMap
Inherited from
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