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