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