Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
/
z
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
Genkit JS API reference
Loading...