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

    Interface LessonSetContext

    Set-level context a lesson inherits (its language pair + domain). A lesson file does not carry these — the parent set is authoritative — so the single-JSON adapter injects them when producing the canonical lesson.

    interface LessonSetContext {
        domain: string;
        language: string;
        source_language: string;
        target_language: string;
    }
    Index
    domain: string
    language: string
    source_language: string
    target_language: string