interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodUnionDef
Interface $ZodUnionDef<Options>
interface
$ZodUnionDef
<
Options
extends
readonly
SomeType
[]
=
readonly
$ZodType
[]
,
>
{
checks
?:
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
options
:
Options
;
type
:
"union"
;
}
Type Parameters
Options
extends
readonly
SomeType
[]
=
readonly
$ZodType
[]
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodUnionDef
Index
Properties
checks?
error?
options
type
Properties
Optional
checks
checks
?:
$ZodCheck
<
never
>
[]
Optional
error
error
?:
$ZodErrorMap
<
never
>
options
options
:
Options
type
type
:
"union"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checks
error
options
type
interface-forge - v2.5.0
Loading...