Unilim
    Preparing search index...

    Interface TimetableLessonTP

    interface TimetableLessonTP {
        content: {
            lesson_from_reference?: string;
            room: string;
            teacher: string;
            type: string;
        };
        group: { main: number; sub: SUBGROUPS };
        type: TP;
    }
    Index

    Properties

    Properties

    content: {
        lesson_from_reference?: string;
        room: string;
        teacher: string;
        type: string;
    }
    group: { main: number; sub: SUBGROUPS }
    type: TP