BUPKIS
API
Assertions
Preparing search index...
bupkis
z
core
$ZodTupleDef
Interface $ZodTupleDef<T, Rest>
interface
$ZodTupleDef
<
T
extends
TupleItems
=
readonly
z
.
core
.
$ZodType
[]
,
Rest
extends
SomeType
|
null
=
z
.
core
.
$ZodType
|
null
,
>
{
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
items
:
T
;
rest
:
Rest
;
type
:
"tuple"
;
}
Type Parameters
T
extends
TupleItems
=
readonly
z
.
core
.
$ZodType
[]
Rest
extends
SomeType
|
null
=
z
.
core
.
$ZodType
|
null
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodTupleDef
Index
Properties
checks?
error?
items
rest
type
Properties
Optional
checks
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
Optional
error
error
?:
$ZodErrorMap
<
never
>
items
items
:
T
rest
rest
:
Rest
type
type
:
"tuple"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checks
error
items
rest
type
API
Assertions
GitHub
npm
BUPKIS
Loading...