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

@@ -44,6 +44,7 @@ export enum SCThingType {
Setting = 'setting',
SportCourse = 'sport course',
Ticket = 'ticket',
ToDo = 'todo',
Tour = 'tour',
Video = 'video',
}