Genkit JS API reference
Preparing search index...
genkit
/
z
tuple
Variable tuple
Const
tuple
:
<
Items
extends
[
z
.
ZodTypeAny
,
...
z
.
ZodTypeAny
[]
]
|
[
]
>
(
schemas
:
Items
,
params
?:
z
.
RawCreateParams
,
)
=>
z
.
ZodTuple
<
Items
,
null
>
Type Declaration
<
Items
extends
[
z
.
ZodTypeAny
,
...
z
.
ZodTypeAny
[]
]
|
[
]
>
(
schemas
:
Items
,
params
?:
z
.
RawCreateParams
,
)
:
z
.
ZodTuple
<
Items
,
null
>
Type Parameters
Items
extends
[
z
.
ZodTypeAny
,
...
z
.
ZodTypeAny
[]
]
|
[
]
Parameters
schemas
:
Items
Optional
params
:
z
.
RawCreateParams
Returns
z
.
ZodTuple
<
Items
,
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...