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

    Interface StableIdReport

    interface StableIdReport {
        duplicates: StableIdDuplicate[];
        total: number;
    }
    Index
    duplicates: StableIdDuplicate[]
    total: number

    Number of stable_ids seen across all lessons (the checked quantity).