Zodiac API Documentation - v0.0.3
Preparing search index...
z
ZodIntersectionDef
Interface ZodIntersectionDef<T, U>
interface
ZodIntersectionDef
<
T
extends
ZodTypeAny
=
ZodTypeAny
,
U
extends
ZodTypeAny
=
ZodTypeAny
,
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
left
:
T
;
right
:
U
;
typeName
:
ZodIntersection
;
}
Type Parameters
T
extends
ZodTypeAny
=
ZodTypeAny
U
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodIntersectionDef
Index
Properties
error
Map?
description?
left
right
type
Name
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
left
left
:
T
right
right
:
U
type
Name
typeName
:
ZodIntersection
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
left
right
type
Name
Zodiac API Documentation - v0.0.3
Loading...