Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ZodObjectDef
Interface ZodObjectDef<T, UnknownKeys, Catchall>
interface
ZodObjectDef
<
T
extends
ZodRawShape
=
ZodRawShape
,
UnknownKeys
extends
UnknownKeysParam
=
UnknownKeysParam
,
Catchall
extends
ZodTypeAny
=
ZodTypeAny
,
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
typeName
:
ZodObject
;
shape
:
()
=>
T
;
catchall
:
Catchall
;
unknownKeys
:
UnknownKeys
;
}
Type Parameters
T
extends
ZodRawShape
=
ZodRawShape
UnknownKeys
extends
UnknownKeysParam
=
UnknownKeysParam
Catchall
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodObjectDef
Index
Properties
error
Map?
description?
type
Name
shape
catchall
unknown
Keys
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
type
Name
typeName
:
ZodObject
shape
shape
:
()
=>
T
catchall
catchall
:
Catchall
unknown
Keys
unknownKeys
:
UnknownKeys
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
type
Name
shape
catchall
unknown
Keys
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...