Interface LessonRequest

Hierarchy

  • LessonRequest

Properties

Properties

end: string

Format

YYYY-MM-DD

start: string

Format

YYYY-MM-DD

student: {
    id: number;
}

Type declaration

  • id: number

    Id of the Student

    Important

    Its not the ID of the User. Use associatedStudent.id from getLoginStatus

Generated using TypeDoc