Unilim
    Preparing search index...

    Interface TimetableLessonOTHER

    interface TimetableLessonOTHER {
        content: { description: string; room: string; teacher: string };
        type: OTHER;
    }
    Index

    Properties

    Properties

    content: { description: string; room: string; teacher: string }
    type: OTHER