feat: add draft of todo

This commit is contained in:
Karl-Philipp Wulfert
2019-01-28 18:21:27 +01:00
parent 120f697a9b
commit 2860a11b61
3 changed files with 64 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ import {SCPersonWithoutReferences} from './Person';
import {SCPointOfInterestWithoutReferences} from './PointOfInterest';
import {SCRoomWithoutReferences} from './Room';
import {SCSportCourseWithoutReferences} from './SportCourse';
import {SCToDoWithoutReferences} from './ToDo';
/**
* Types that can be made a favorite (added as a favorite)
@@ -33,7 +34,8 @@ export type SCFavoriteDataTypes = SCAcademicEventWithoutReferences
| SCPersonWithoutReferences
| SCPointOfInterestWithoutReferences
| SCRoomWithoutReferences
| SCSportCourseWithoutReferences;
| SCSportCourseWithoutReferences
| SCToDoWithoutReferences;
/**
* A favorite