Genkit JS API reference
Preparing search index...
@genkit-ai/next
z
intersection
Variable intersection
Const
intersection
:
<
TSchema
extends
z
.
ZodTypeAny
,
USchema
extends
z
.
ZodTypeAny
>
(
left
:
TSchema
,
right
:
USchema
,
params
?:
z
.
RawCreateParams
,
)
=>
z
.
ZodIntersection
<
TSchema
,
USchema
>
Type Declaration
<
TSchema
extends
z
.
ZodTypeAny
,
USchema
extends
z
.
ZodTypeAny
>
(
left
:
TSchema
,
right
:
USchema
,
params
?:
z
.
RawCreateParams
,
)
:
z
.
ZodIntersection
<
TSchema
,
USchema
>
Type Parameters
TSchema
extends
z
.
ZodTypeAny
USchema
extends
z
.
ZodTypeAny
Parameters
left
:
TSchema
right
:
USchema
Optional
params
:
z
.
RawCreateParams
Returns
z
.
ZodIntersection
<
TSchema
,
USchema
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...