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

    Interface StabilityViolation

    One violation of the stability promise.

    interface StabilityViolation {
        message: string;
        rule: "V1" | "V2" | "V3" | "V4";
        set: string;
    }
    Index
    message: string
    rule: "V1" | "V2" | "V3" | "V4"
    set: string