mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-06 11:49:14 +02:00
98 implement anonymized DTO events
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