@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
<internal>
ZodInvalidUnionIssue
Interface ZodInvalidUnionIssue
interface
ZodInvalidUnionIssue
{
code
:
"invalid_union"
;
message
?:
string
;
path
:
(
string
|
number
)
[]
;
unionErrors
:
ZodError
<
any
>
[]
;
}
Hierarchy (
View Summary
)
ZodIssueBase
ZodInvalidUnionIssue
Index
Properties
code
message?
path
union
Errors
Properties
code
code
:
"invalid_union"
Optional
message
message
?:
string
path
path
:
(
string
|
number
)
[]
union
Errors
unionErrors
:
ZodError
<
any
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
path
union
Errors
@servicenow/sdk - v4.4.1
Loading...