interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodIssueInvalidElement
Interface $ZodIssueInvalidElement<Input>
interface
$ZodIssueInvalidElement
<
Input
=
unknown
>
{
code
:
"invalid_element"
;
input
:
Input
;
issues
:
$ZodIssue
[]
;
key
:
unknown
;
message
:
string
;
origin
:
"map"
|
"set"
;
path
:
PropertyKey
[]
;
}
Type Parameters
Input
=
unknown
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueInvalidElement
Index
Properties
code
input
issues
key
message
origin
path
Properties
Readonly
code
code
:
"invalid_element"
Readonly
input
input
:
Input
Readonly
issues
issues
:
$ZodIssue
[]
Readonly
key
key
:
unknown
Readonly
message
message
:
string
Readonly
origin
origin
:
"map"
|
"set"
Readonly
path
path
:
PropertyKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
input
issues
key
message
origin
path
interface-forge - v2.5.0
Loading...