Zodiac API Documentation - v0.0.3
Preparing search index...
z
ZodRecordDef
Interface ZodRecordDef<Key, Value>
interface
ZodRecordDef
<
Key
extends
KeySchema
=
ZodString
,
Value
extends
ZodTypeAny
=
ZodTypeAny
,
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
valueType
:
Value
;
keyType
:
Key
;
typeName
:
ZodRecord
;
}
Type Parameters
Key
extends
KeySchema
=
ZodString
Value
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodRecordDef
Index
Properties
error
Map?
description?
value
Type
key
Type
type
Name
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
value
Type
valueType
:
Value
key
Type
keyType
:
Key
type
Name
typeName
:
ZodRecord
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
value
Type
key
Type
type
Name
Zodiac API Documentation - v0.0.3
Loading...