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

    Type Alias ContentLesson

    ContentLesson: Omit<Lesson, "cards" | "steps" | "estimated_minutes"> & {
        cards: ContentLessonCard[];
        estimated_minutes: NonNullable<Lesson["estimated_minutes"]>;
        steps: ContentLessonStep[];
    }

    One lesson in a content set — the canonical internal lesson object.