Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
@genkit-ai/next
z
ZodRecordDef
Interface ZodRecordDef<Key, Value>
interface
ZodRecordDef
<
Key
extends
z
.
KeySchema
=
z
.
ZodString
,
Value
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
,
>
{
description
?:
string
;
errorMap
?:
z
.
ZodErrorMap
;
keyType
:
Key
;
typeName
:
ZodRecord
;
valueType
:
Value
;
}
Type Parameters
Key
extends
z
.
KeySchema
=
z
.
ZodString
Value
extends
z
.
ZodTypeAny
=
z
.
ZodTypeAny
Hierarchy (
View Summary
)
z
.
ZodTypeDef
ZodRecordDef
Index
Properties
description?
error
Map?
key
Type
type
Name
value
Type
Properties
Optional
description
description
?:
string
Optional
error
Map
errorMap
?:
z
.
ZodErrorMap
key
Type
keyType
:
Key
type
Name
typeName
:
ZodRecord
value
Type
valueType
:
Value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
error
Map
key
Type
type
Name
value
Type
Genkit JS API reference
Loading...