Preparing search index...
The search index is not available
@rendley/sdk - v1.5.0
@rendley/sdk
Zod
z
ZodIntersectionDef
Interface ZodIntersectionDef<T, U>
interface
ZodIntersectionDef
<
T
,
U
>
{
description
?:
string
;
errorMap
?:
ZodErrorMap
;
left
:
T
;
right
:
U
;
typeName
:
ZodIntersection
;
}
Type Parameters
T
extends
ZodTypeAny
=
ZodTypeAny
U
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
view full
)
ZodTypeDef
ZodIntersectionDef
Index
Properties
description?
error
Map?
left
right
type
Name
Properties
Optional
description
description
?:
string
Optional
error
Map
error
Map
?:
ZodErrorMap
left
left
:
T
right
right
:
U
type
Name
type
Name
:
ZodIntersection
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
description
error
Map
left
right
type
Name
@rendley/sdk - v1.5.0
Loading...
Generated using
TypeDoc