Unilim
    Preparing search index...

    Interface TimetableLessonCM

    interface TimetableLessonCM {
        content: {
            lesson_from_reference?: string;
            raw_lesson: string;
            room: string;
            teacher: string;
            type: string;
        };
        type: CM;
    }
    Index

    Properties

    Properties

    content: {
        lesson_from_reference?: string;
        raw_lesson: string;
        room: string;
        teacher: string;
        type: string;
    }
    type: CM