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