Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ZodInvalidTypeIssue
Interface ZodInvalidTypeIssue
interface
ZodInvalidTypeIssue
{
path
:
(
string
|
number
)
[]
;
message
?:
string
;
code
:
"invalid_type"
;
expected
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"set"
|
"map"
|
"array"
|
"null"
|
"integer"
|
"date"
|
"unknown"
|
"nan"
|
"float"
|
"promise"
|
"void"
|
"never"
;
received
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"set"
|
"map"
|
"array"
|
"null"
|
"integer"
|
"date"
|
"unknown"
|
"nan"
|
"float"
|
"promise"
|
"void"
|
"never"
;
}
Hierarchy (
View Summary
)
ZodIssueBase
ZodInvalidTypeIssue
Index
Properties
path
message?
code
expected
received
Properties
path
path
:
(
string
|
number
)
[]
Optional
message
message
?:
string
code
code
:
"invalid_type"
expected
expected
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"set"
|
"map"
|
"array"
|
"null"
|
"integer"
|
"date"
|
"unknown"
|
"nan"
|
"float"
|
"promise"
|
"void"
|
"never"
received
received
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"set"
|
"map"
|
"array"
|
"null"
|
"integer"
|
"date"
|
"unknown"
|
"nan"
|
"float"
|
"promise"
|
"void"
|
"never"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
message
code
expected
received
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...