learn-content-engine - v0.20.0
GitHub
Preparing search index...
index
StabilityResult
Interface StabilityResult
The comparison result, including the checked quantities so a caller can prove the run was not empty.
interface
StabilityResult
{
checked
:
{
baseIds
:
number
;
baseLessons
:
number
;
headIds
:
number
;
headLessons
:
number
;
}
;
violations
:
StabilityViolation
[]
;
}
Index
Properties
checked
violations
Properties
checked
checked
:
{
baseIds
:
number
;
baseLessons
:
number
;
headIds
:
number
;
headLessons
:
number
;
}
violations
violations
:
StabilityViolation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checked
violations
GitHub
learn-content-engine - v0.20.0
Loading...
The comparison result, including the checked quantities so a caller can prove the run was not empty.