interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodTupleDef
Interface $ZodTupleDef<T, Rest>
interface
$ZodTupleDef
<
T
extends
TupleItems
=
readonly
$ZodType
[]
,
Rest
extends
SomeType
|
null
=
$ZodType
|
null
,
>
{
checks
?:
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
items
:
T
;
rest
:
Rest
;
type
:
"tuple"
;
}
Type Parameters
T
extends
TupleItems
=
readonly
$ZodType
[]
Rest
extends
SomeType
|
null
=
$ZodType
|
null
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodTupleDef
Index
Properties
checks?
error?
items
rest
type
Properties
Optional
checks
checks
?:
$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
interface-forge - v2.5.0
Loading...