learn-content-engine - v0.20.0
    Preparing search index...

    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
    checked: {
        baseIds: number;
        baseLessons: number;
        headIds: number;
        headLessons: number;
    }
    violations: StabilityViolation[]