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

    Interface StabilityViolation

    One violation of the stability promise.

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