Interface StudyTask

Study

Remarks

An object representing the current study task

interface StudyTask {
    classType: string;
    cyclesWorked: number;
    location: string;
    type: "CLASS";
}

Properties

classType: string
cyclesWorked: number
location: string
type: "CLASS"