Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ZodRecordDef
Interface ZodRecordDef<Key, Value>
interface
ZodRecordDef
<
Key
extends
KeySchema
=
ZodString
,
Value
extends
ZodTypeAny
=
ZodTypeAny
,
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
valueType
:
Value
;
keyType
:
Key
;
typeName
:
ZodRecord
;
}
Type Parameters
Key
extends
KeySchema
=
ZodString
Value
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodRecordDef
Index
Properties
error
Map?
description?
value
Type
key
Type
type
Name
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
value
Type
valueType
:
Value
key
Type
keyType
:
Key
type
Name
typeName
:
ZodRecord
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
value
Type
key
Type
type
Name
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...