Add limit login category support

This commit is contained in:
Jonas Lochmann
2020-06-29 02:00:00 +02:00
parent 7e7caae583
commit 5574ad415c
25 changed files with 666 additions and 51 deletions
+1
View File
@@ -59,6 +59,7 @@ export interface ServerUserEntry {
mailNotificationFlags: number
blockedTimes: string
flags: number
llc?: string // limit login category
}
export interface ServerDeviceData {