BUPKIS
API
Assertions
Preparing search index...
bupkis
z
core
$ZodIntersectionDef
Interface $ZodIntersectionDef<Left, Right>
interface
$ZodIntersectionDef
<
Left
extends
SomeType
=
z
.
core
.
$ZodType
,
Right
extends
SomeType
=
z
.
core
.
$ZodType
,
>
{
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
left
:
Left
;
right
:
Right
;
type
:
"intersection"
;
}
Type Parameters
Left
extends
SomeType
=
z
.
core
.
$ZodType
Right
extends
SomeType
=
z
.
core
.
$ZodType
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodIntersectionDef
Index
Properties
checks?
error?
left
right
type
Properties
Optional
checks
checks
?:
z
.
core
.
$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
API
Assertions
GitHub
npm
BUPKIS
Loading...