bupkis
API
Assertions
Preparing search index...
bupkis
z
core
$ZodIssueInvalidElement
Interface $ZodIssueInvalidElement<Input>
interface
$ZodIssueInvalidElement
<
Input
=
unknown
>
{
code
:
"invalid_element"
;
origin
:
"map"
|
"set"
;
key
:
unknown
;
issues
:
$ZodIssue
[]
;
input
?:
Input
;
path
:
PropertyKey
[]
;
message
:
string
;
}
Type Parameters
Input
=
unknown
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueInvalidElement
Index
Properties
code
origin
key
issues
input?
path
message
Properties
Readonly
code
code
:
"invalid_element"
Readonly
origin
origin
:
"map"
|
"set"
Readonly
key
key
:
unknown
Readonly
issues
issues
:
$ZodIssue
[]
Optional
Readonly
input
input
?:
Input
Readonly
path
path
:
PropertyKey
[]
Readonly
message
message
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
origin
key
issues
input
path
message
API
Assertions
GitHub
npm
bupkis
Loading...