Zodiac API Documentation - v0.0.3
Preparing search index...
z
ZodInvalidReturnTypeIssue
Interface ZodInvalidReturnTypeIssue
interface
ZodInvalidReturnTypeIssue
{
path
:
(
string
|
number
)
[]
;
message
?:
string
;
code
:
"invalid_return_type"
;
returnTypeError
:
ZodError
;
}
Hierarchy (
View Summary
)
ZodIssueBase
ZodInvalidReturnTypeIssue
Index
Properties
path
message?
code
return
Type
Error
Properties
path
path
:
(
string
|
number
)
[]
Optional
message
message
?:
string
code
code
:
"invalid_return_type"
return
Type
Error
returnTypeError
:
ZodError
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
message
code
return
Type
Error
Zodiac API Documentation - v0.0.3
Loading...