Zodiac API Documentation - v0.0.3
Preparing search index...
z
ZodMapDef
Interface ZodMapDef<Key, Value>
interface
ZodMapDef
<
Key
extends
ZodTypeAny
=
ZodTypeAny
,
Value
extends
ZodTypeAny
=
ZodTypeAny
,
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
valueType
:
Value
;
keyType
:
Key
;
typeName
:
ZodMap
;
}
Type Parameters
Key
extends
ZodTypeAny
=
ZodTypeAny
Value
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodMapDef
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
:
ZodMap
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...