Preparing search index...
The search index is not available
@rendley/sdk - v1.7.2
@rendley/sdk
Zod
z
ZodTupleDef
Interface ZodTupleDef<T, Rest>
interface
ZodTupleDef
<
T
extends
Zod
.
z
.
ZodTupleItems
|
[
]
=
Zod
.
z
.
ZodTupleItems
,
Rest
extends
Zod
.
z
.
ZodTypeAny
|
null
=
null
,
>
{
description
?:
string
;
errorMap
?:
Zod
.
z
.
ZodErrorMap
;
items
:
T
;
rest
:
Rest
;
typeName
:
ZodTuple
;
}
Type Parameters
T
extends
Zod
.
z
.
ZodTupleItems
|
[
]
=
Zod
.
z
.
ZodTupleItems
Rest
extends
Zod
.
z
.
ZodTypeAny
|
null
=
null
Hierarchy (
View Summary
)
Zod
.
z
.
ZodTypeDef
ZodTupleDef
Index
Properties
description?
error
Map?
items
rest
type
Name
Properties
Optional
description
description
?:
string
Optional
error
Map
errorMap
?:
Zod
.
z
.
ZodErrorMap
items
items
:
T
rest
rest
:
Rest
type
Name
typeName
:
ZodTuple
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
error
Map
items
rest
type
Name
@rendley/sdk - v1.7.2
Loading...