@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
<internal>
ZodObjectDef
Interface ZodObjectDef<T, UnknownKeys, Catchall>
interface
ZodObjectDef
<
T
extends
ZodRawShape
=
ZodRawShape
,
UnknownKeys
extends
UnknownKeysParam
=
UnknownKeysParam
,
Catchall
extends
ZodTypeAny
=
ZodTypeAny
,
>
{
catchall
:
Catchall
;
description
?:
string
;
errorMap
?:
ZodErrorMap
;
shape
:
()
=>
T
;
typeName
:
ZodObject
;
unknownKeys
:
UnknownKeys
;
}
Type Parameters
T
extends
ZodRawShape
=
ZodRawShape
UnknownKeys
extends
UnknownKeysParam
=
UnknownKeysParam
Catchall
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodObjectDef
Index
Properties
catchall
description?
error
Map?
shape
type
Name
unknown
Keys
Properties
catchall
catchall
:
Catchall
Optional
description
description
?:
string
Optional
error
Map
errorMap
?:
ZodErrorMap
shape
shape
:
()
=>
T
type
Name
typeName
:
ZodObject
unknown
Keys
unknownKeys
:
UnknownKeys
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catchall
description
error
Map
shape
type
Name
unknown
Keys
@servicenow/sdk - v4.4.1
Loading...