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
,
>
{
type
:
"intersection"
;
left
:
Left
;
right
:
Right
;
error
?:
$ZodErrorMap
<
never
>
;
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
;
}
Type Parameters
Left
extends
SomeType
=
z
.
core
.
$ZodType
Right
extends
SomeType
=
z
.
core
.
$ZodType
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodIntersectionDef
Index
Properties
type
left
right
error?
checks?
Properties
type
type
:
"intersection"
left
left
:
Left
right
right
:
Right
Optional
error
error
?:
$ZodErrorMap
<
never
>
Optional
checks
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
left
right
error
checks
API
Assertions
GitHub
npm
bupkis
Loading...