Stone.js API
Docs
Home
Preparing search index...
stone-js-resources/src/ContractChecker
ContractResult
Interface ContractResult<T>
What checking a projection against its contract produced.
interface
ContractResult
<
T
=
unknown
>
{
issues
?:
ContractIssue
[]
;
success
:
boolean
;
value
?:
T
;
}
Type Parameters
T
=
unknown
Index
Properties
issues?
success
value?
Properties
Optional
issues
issues
?:
ContractIssue
[]
success
success
:
boolean
Optional
value
value
?:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
issues
success
value
Docs
Home
Stone.js API
Loading...
What checking a projection against its contract produced.