title: Core.z. Zod Record Def
A2A Node SDK - v0.1.0 / Modules / Core / z / ZodRecordDef
Interface: ZodRecordDef<Key, Value>
Type parameters
Name | Type |
---|---|
Key | extends KeySchema = ZodString |
Value | extends ZodTypeAny = ZodTypeAny |
Hierarchy
-
↳
ZodRecordDef
Table of contents
Properties
Properties
description
• Optional
description: string
Inherited from
errorMap
• Optional
errorMap: ZodErrorMap
Inherited from
keyType
• keyType: Key
typeName
• typeName: ZodRecord
valueType
• valueType: Value