Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
@membranehq/sdk
$ZodIntersectionDef
Interface $ZodIntersectionDef<Left, Right>
interface
$ZodIntersectionDef
<
Left
extends
SomeType
=
$ZodType
,
Right
extends
SomeType
=
$ZodType
,
>
{
error
?:
$ZodErrorMap
<
never
>
;
checks
?:
$ZodCheck
<
never
>
[]
;
type
:
"intersection"
;
left
:
Left
;
right
:
Right
;
}
Type Parameters
Left
extends
SomeType
=
$ZodType
Right
extends
SomeType
=
$ZodType
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodIntersectionDef
Index
Properties
error?
checks?
type
left
right
Properties
Optional
error
error
?:
$ZodErrorMap
<
never
>
Optional
checks
checks
?:
$ZodCheck
<
never
>
[]
type
type
:
"intersection"
left
left
:
Left
right
right
:
Right
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
checks
type
left
right
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...