mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-06 19:59:13 +02:00
Merge remote-tracking branch 'origin/main' into 21-customizable-events
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
export class Event {
|
||||
constructor(
|
||||
public name: string,
|
||||
public bookedAt: string,
|
||||
public course: string,
|
||||
public day: string,
|
||||
public start: string,
|
||||
public end: string,
|
||||
public prof: string,
|
||||
public week: string,
|
||||
public eventType: string,
|
||||
public rooms: string,
|
||||
public name: string,
|
||||
public notes: string,
|
||||
public prof: string,
|
||||
public rooms: string,
|
||||
public semester: string,
|
||||
public start: string,
|
||||
public week: string,
|
||||
) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user