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

    Interface ContentSetSource

    Identifies where a set was fetched from (repo slug + branch).

    interface ContentSetSource {
        branch: string;
        source: string;
    }
    Index
    branch: string
    source: string