Zodiac API Documentation - v0.0.3
Preparing search index...
z
ZodArrayDef
Interface ZodArrayDef<T>
interface
ZodArrayDef
<
T
extends
ZodTypeAny
=
ZodTypeAny
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
type
:
T
;
typeName
:
ZodArray
;
exactLength
:
null
|
{
value
:
number
;
message
?:
string
}
;
minLength
:
null
|
{
value
:
number
;
message
?:
string
}
;
maxLength
:
null
|
{
value
:
number
;
message
?:
string
}
;
}
Type Parameters
T
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodArrayDef
Index
Properties
error
Map?
description?
type
type
Name
exact
Length
min
Length
max
Length
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
type
type
:
T
type
Name
typeName
:
ZodArray
exact
Length
exactLength
:
null
|
{
value
:
number
;
message
?:
string
}
min
Length
minLength
:
null
|
{
value
:
number
;
message
?:
string
}
max
Length
maxLength
:
null
|
{
value
:
number
;
message
?:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
type
type
Name
exact
Length
min
Length
max
Length
Zodiac API Documentation - v0.0.3
Loading...