Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
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
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
message
params
path
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc