zdu-student-api - v1.1.6
    Preparing search index...

    Interface Scores

    Об'єкт оцінок з предмету.

    • ok — Успіх отримання токену
    • prId — Айді дисципліни
    • studentId — Унікальний айді студента для предметів
    • scheduleItem — Опис заняття у кабінеті студента ScheduleItem
    • studentScores — Список оцінок студента StudentScores
    interface Scores {
        ok: boolean;
        prId: string;
        scheduleItem: ScheduleItem[];
        studentId: string;
        studentScores: StudentScores[];
    }
    Index

    Properties

    ok: boolean
    prId: string
    scheduleItem: ScheduleItem[]
    studentId: string
    studentScores: StudentScores[]