Preparing search index...
The search index is not available
devfive front components
devfive front components
index
z
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
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
catchall
description
error
Map
shape
type
Name
unknown
Keys
devfive front components
index
test
Generated using
TypeDoc