Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
/
z
ZodIntersectionDef
Interface ZodIntersectionDef<T, U>
interface
ZodIntersectionDef
<
T
extends
ZodTypeAny
=
ZodTypeAny
,
U
extends
ZodTypeAny
=
ZodTypeAny
,
>
{
description
?:
string
;
errorMap
?:
ZodErrorMap
;
left
:
T
;
right
:
U
;
typeName
:
ZodIntersection
;
}
Type Parameters
T
extends
ZodTypeAny
=
ZodTypeAny
U
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodIntersectionDef
Index
Properties
description?
error
Map?
left
right
type
Name
Properties
Optional
description
description
?:
string
Optional
error
Map
errorMap
?:
ZodErrorMap
left
left
:
T
right
right
:
U
type
Name
typeName
:
ZodIntersection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
error
Map
left
right
type
Name
Genkit JS API reference
Loading...