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