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