Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
@membranehq/react
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
SDK
REST API
Membrane React - v0.2.1
Loading...