mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 18:59:13 +02:00
[#10] WIP
This commit is contained in:
16
frontend/src/model/event.ts
Normal file
16
frontend/src/model/event.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export class Event {
|
||||
constructor(
|
||||
public Days: string,
|
||||
public Week: string,
|
||||
public Start: string,
|
||||
public End: string,
|
||||
public Name: string,
|
||||
public EventType: string,
|
||||
public Prof: string,
|
||||
public Rooms: string,
|
||||
public Notes: string,
|
||||
public BookedAt: string,
|
||||
public Course: string,
|
||||
public Semester: string,
|
||||
) {}
|
||||
}
|
Reference in New Issue
Block a user