Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
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
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
left
right
type
Name
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...