Add support for parent blocked times

This commit is contained in:
Jonas Lochmann
2019-08-25 09:36:31 +02:00
parent 32d278bdd5
commit 1969fe4042
15 changed files with 363 additions and 8 deletions
+1
View File
@@ -57,6 +57,7 @@ export interface ServerUserEntry {
categoryForNotAssignedApps: string
relaxPrimaryDevice: boolean
mailNotificationFlags: number
blockedTimes: string
}
export interface ServerDeviceData {