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