KC's Workspace
Github
Preparing search index...
@kcws/actkits
z
core
$ZodIssueInvalidValue
Interface $ZodIssueInvalidValue<Input>
interface
$ZodIssueInvalidValue
<
Input
=
unknown
>
{
code
:
"invalid_value"
;
input
?:
Input
;
message
:
string
;
path
:
PropertyKey
[]
;
values
:
z
.
util
.
Primitive
[]
;
}
Type Parameters
Input
=
unknown
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueInvalidValue
Index
Properties
code
input?
message
path
values
Properties
Readonly
code
code
:
"invalid_value"
Optional
Readonly
input
input
?:
Input
Readonly
message
message
:
string
Readonly
path
path
:
PropertyKey
[]
Readonly
values
values
:
z
.
util
.
Primitive
[]
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
code
input
message
path
values
Github
KC's Workspace
Loading...