Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
ZodTupleDef
Interface ZodTupleDef<T, Rest>
interface
ZodTupleDef
<
T
,
Rest
>
{
description
?:
string
;
errorMap
?:
ZodErrorMap
;
items
:
T
;
rest
:
Rest
;
typeName
:
ZodTuple
;
}
Type Parameters
T
extends
ZodTupleItems
|
[
]
=
ZodTupleItems
Rest
extends
ZodTypeAny
|
null
=
null
Hierarchy (
view full
)
ZodTypeDef
ZodTupleDef
Index
Properties
description?
error
Map?
items
rest
type
Name
Properties
Optional
description
description
?:
string
Optional
error
Map
error
Map
?:
ZodErrorMap
items
items
:
T
rest
rest
:
Rest
type
Name
type
Name
:
ZodTuple
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
description
error
Map
items
rest
type
Name
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc