Preparing search index...
The search index is not available
@rendley/sdk - v1.7.2
@rendley/sdk
Zod
z
ZodCustomIssue
Interface ZodCustomIssue
interface
ZodCustomIssue
{
code
:
"custom"
;
message
?:
string
;
params
?:
{
[
k
:
string
]:
any
}
;
path
:
(
string
|
number
)
[]
;
}
Hierarchy (
View Summary
)
Zod
.
z
.
ZodIssueBase
ZodCustomIssue
Index
Properties
code
message?
params?
path
Properties
code
code
:
"custom"
Optional
message
message
?:
string
Optional
params
params
?:
{
[
k
:
string
]:
any
}
path
path
:
(
string
|
number
)
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
params
path
@rendley/sdk - v1.7.2
Loading...