Preparing search index...
The search index is not available
@rendley/sdk - v1.7.2
@rendley/sdk
Zod
z
ZodObjectDef
Interface ZodObjectDef<T, UnknownKeys, Catchall>
interface
ZodObjectDef
<
T
extends
Zod
.
z
.
ZodRawShape
=
Zod
.
z
.
ZodRawShape
,
UnknownKeys
extends
Zod
.
z
.
UnknownKeysParam
=
Zod
.
z
.
UnknownKeysParam
,
Catchall
extends
Zod
.
z
.
ZodTypeAny
=
Zod
.
z
.
ZodTypeAny
,
>
{
catchall
:
Catchall
;
description
?:
string
;
errorMap
?:
Zod
.
z
.
ZodErrorMap
;
shape
:
()
=>
T
;
typeName
:
ZodObject
;
unknownKeys
:
UnknownKeys
;
}
Type Parameters
T
extends
Zod
.
z
.
ZodRawShape
=
Zod
.
z
.
ZodRawShape
UnknownKeys
extends
Zod
.
z
.
UnknownKeysParam
=
Zod
.
z
.
UnknownKeysParam
Catchall
extends
Zod
.
z
.
ZodTypeAny
=
Zod
.
z
.
ZodTypeAny
Hierarchy (
View Summary
)
Zod
.
z
.
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
?:
Zod
.
z
.
ZodErrorMap
shape
shape
:
()
=>
T
type
Name
typeName
:
ZodObject
unknown
Keys
unknownKeys
:
UnknownKeys
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catchall
description
error
Map
shape
type
Name
unknown
Keys
@rendley/sdk - v1.7.2
Loading...