@rendley/sdk - v1.12.6
Preparing search index...
Zod
ZodInvalidReturnTypeIssue
Interface ZodInvalidReturnTypeIssue
interface
ZodInvalidReturnTypeIssue
{
code
:
"invalid_return_type"
;
message
?:
string
;
path
:
(
string
|
number
)
[]
;
returnTypeError
:
Zod
.
ZodError
;
}
Hierarchy (
View Summary
)
Zod
.
ZodIssueBase
ZodInvalidReturnTypeIssue
Index
Properties
code
message?
path
return
Type
Error
Properties
code
code
:
"invalid_return_type"
Optional
message
message
?:
string
path
path
:
(
string
|
number
)
[]
return
Type
Error
returnTypeError
:
Zod
.
ZodError
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
path
return
Type
Error
@rendley/sdk - v1.12.6
Loading...