interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodIssueInvalidType
Interface $ZodIssueInvalidType<Input>
interface
$ZodIssueInvalidType
<
Input
=
unknown
>
{
code
:
"invalid_type"
;
expected
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"map"
|
"custom"
|
"transform"
|
"default"
|
"optional"
|
"catch"
|
"date"
|
"int"
|
"null"
|
"void"
|
"never"
|
"any"
|
"unknown"
|
"record"
|
"file"
|
"array"
|
"tuple"
|
"union"
|
"intersection"
|
"set"
|
"enum"
|
"literal"
|
"nullable"
|
"nonoptional"
|
"success"
|
"prefault"
|
"nan"
|
"pipe"
|
"readonly"
|
"template_literal"
|
"promise"
|
"lazy"
;
input
:
Input
;
message
:
string
;
path
:
PropertyKey
[]
;
}
Type Parameters
Input
=
unknown
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueInvalidType
Index
Properties
code
expected
input
message
path
Properties
Readonly
code
code
:
"invalid_type"
Readonly
expected
expected
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"map"
|
"custom"
|
"transform"
|
"default"
|
"optional"
|
"catch"
|
"date"
|
"int"
|
"null"
|
"void"
|
"never"
|
"any"
|
"unknown"
|
"record"
|
"file"
|
"array"
|
"tuple"
|
"union"
|
"intersection"
|
"set"
|
"enum"
|
"literal"
|
"nullable"
|
"nonoptional"
|
"success"
|
"prefault"
|
"nan"
|
"pipe"
|
"readonly"
|
"template_literal"
|
"promise"
|
"lazy"
Readonly
input
input
:
Input
Readonly
message
message
:
string
Readonly
path
path
:
PropertyKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
expected
input
message
path
interface-forge - v2.5.0
Loading...