Preparing search index...
The search index is not available
@rendley/sdk - v1.5.0
@rendley/sdk
Zod
z
ZodObjectDef
Interface ZodObjectDef<T, UnknownKeys, Catchall>
interface
ZodObjectDef
<
T
,
UnknownKeys
,
Catchall
>
{
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 full
)
ZodTypeDef
ZodObjectDef
Index
Properties
catchall
description?
error
Map?
shape
type
Name
unknown
Keys
Properties
catchall
catchall
:
Catchall
Optional
description
description
?:
string
Optional
error
Map
error
Map
?:
ZodErrorMap
shape
shape
:
(
(
)
=>
T
)
Type declaration
(
)
:
T
Returns
T
type
Name
type
Name
:
ZodObject
unknown
Keys
unknown
Keys
:
UnknownKeys
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
catchall
description
error
Map
shape
type
Name
unknown
Keys
@rendley/sdk - v1.5.0
Loading...
Generated using
TypeDoc