Stone.js API
Docs
Home
Preparing search index...
stone-js-validation/src/declarations
StandardResult
Interface StandardResult<Output>
A Standard Schema validation result.
interface
StandardResult
<
Output
>
{
issues
?:
readonly
{
message
:
string
;
path
?:
readonly
(
PropertyKey
|
{
key
:
PropertyKey
}
)
[]
;
}
[]
;
value
?:
Output
;
}
Type Parameters
Output
Index
Properties
issues?
value?
Properties
Optional
Readonly
issues
issues
?:
readonly
{
message
:
string
;
path
?:
readonly
(
PropertyKey
|
{
key
:
PropertyKey
}
)
[]
;
}
[]
Optional
Readonly
value
value
?:
Output
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
issues
value
Docs
Home
Stone.js API
Loading...
A Standard Schema validation result.