title: Core.z. Zod Set Def
A2A Node SDK - v0.1.0 / Modules / Core / z / ZodSetDef
Interface: ZodSetDef<Value>
Type parameters
Name | Type |
---|---|
Value | extends ZodTypeAny = ZodTypeAny |
Hierarchy
-
↳
ZodSetDef
Table of contents
Properties
Properties
description
• Optional
description: string
Inherited from
errorMap
• Optional
errorMap: ZodErrorMap
Inherited from
maxSize
• maxSize: null
| { message?
: string
; value
: number
}
minSize
• minSize: null
| { message?
: string
; value
: number
}
typeName
• typeName: ZodSet
valueType
• valueType: Value