Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
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
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
type
type
Name
exact
Length
min
Length
max
Length
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...