tours and css changes

This commit is contained in:
wrzesinski-hubert
2021-01-22 19:52:31 +01:00
parent 1235484538
commit 62f50cc9a6
10 changed files with 347 additions and 150 deletions
+2
View File
@@ -20,6 +20,7 @@ export interface Group {
type: GroupType;
capacity?: number;
takenPlaces: number;
isAccepted:boolean;
}
export interface Course {
@@ -53,6 +54,7 @@ export interface SchedulerEvent {
capacity?: number;
takenPlaces: number;
name: string;
isAccepted:boolean;
}
export interface TimetableHistory {