Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
@genkit-ai/next
z
intersection
Function intersection
intersection
<
T
extends
z
.
ZodType
<
any
,
any
,
any
,
T
>
,
U
extends
z
.
ZodType
<
any
,
any
,
any
,
U
>
,
>
(
left
:
T
,
right
:
U
,
params
?:
z
.
RawCreateParams
,
)
:
z
.
ZodIntersection
<
T
,
U
>
Type Parameters
T
extends
z
.
ZodType
<
any
,
any
,
any
,
T
>
U
extends
z
.
ZodType
<
any
,
any
,
any
,
U
>
Parameters
left
:
T
right
:
U
Optional
params
:
z
.
RawCreateParams
Returns
z
.
ZodIntersection
<
T
,
U
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...