Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ZodTupleDef
Interface ZodTupleDef<T, Rest>
interface
ZodTupleDef
<
T
extends
ZodTupleItems
|
[
]
=
ZodTupleItems
,
Rest
extends
ZodTypeAny
|
null
=
null
,
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
items
:
T
;
rest
:
Rest
;
typeName
:
ZodTuple
;
}
Type Parameters
T
extends
ZodTupleItems
|
[
]
=
ZodTupleItems
Rest
extends
ZodTypeAny
|
null
=
null
Hierarchy (
View Summary
)
ZodTypeDef
ZodTupleDef
Index
Properties
error
Map?
description?
items
rest
type
Name
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
items
items
:
T
rest
rest
:
Rest
type
Name
typeName
:
ZodTuple
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
items
rest
type
Name
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...