mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-16 19:42:26 +01:00
Merge branch 'main' into 104-exams-in-calendar
# Conflicts: # backend/service/addSchedule.go
This commit is contained in:
@@ -14,3 +14,14 @@ export class Event {
|
||||
public week: string,
|
||||
) {}
|
||||
}
|
||||
|
||||
export class AnonymizedEventDTO {
|
||||
constructor(
|
||||
public day: string,
|
||||
public week: string,
|
||||
public start: string,
|
||||
public end: string,
|
||||
public rooms: string,
|
||||
public free: boolean
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user