feat: add study module interface

This commit is contained in:
Rainer Killinger
2019-04-01 14:54:41 +02:00
parent d8aa023b28
commit d3790adbd8
3 changed files with 187 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ export enum SCThingType {
Semester = 'semester',
Setting = 'setting',
SportCourse = 'sport course',
StudyModule = 'study module',
Ticket = 'ticket',
ToDo = 'todo',
Tour = 'tour',