Add support for extra time for a specific day

This commit is contained in:
Jonas Lochmann
2020-03-02 01:00:00 +01:00
parent af17e6cc8e
commit 0ecb7e4830
10 changed files with 121 additions and 46 deletions
+1
View File
@@ -99,6 +99,7 @@ export interface ServerUpdatedCategoryBaseData {
title: string
blockedTimes: string // blockedMinutesInWeek
extraTime: number
extraTimeDay: number
tempBlocked: boolean
tempBlockTime: number
version: string