node-env
Preparing search index...
ValidationIssueInput
Type Alias ValidationIssueInput
Issue input shape accepted by adapter helpers.
type
ValidationIssueInput
=
{
code
?:
string
;
message
:
string
;
path
?:
string
|
ValidationPath
;
}
Index
Properties
code?
message
path?
Properties
Optional
code
code
?:
string
message
message
:
string
Optional
path
path
?:
string
|
ValidationPath
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
path
node-env
Loading...
Issue input shape accepted by adapter helpers.