Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
ZodInvalidEnumValueIssue
Interface ZodInvalidEnumValueIssue
interface
ZodInvalidEnumValueIssue
{
code
:
"invalid_enum_value"
;
message
?:
string
;
options
:
(
string
|
number
)
[]
;
path
:
(
string
|
number
)
[]
;
received
:
string
|
number
;
}
Hierarchy (
view full
)
ZodIssueBase
ZodInvalidEnumValueIssue
Index
Properties
code
message?
options
path
received
Properties
code
code
:
"invalid_enum_value"
Optional
message
message
?:
string
options
options
:
(
string
|
number
)
[]
path
path
:
(
string
|
number
)
[]
received
received
:
string
|
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
message
options
path
received
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc