Add support for sorting categories

This commit is contained in:
Jonas Lochmann
2020-02-10 01:00:00 +01:00
parent 62d39a8fdd
commit 6fc9597d20
11 changed files with 213 additions and 7 deletions
+1
View File
@@ -108,6 +108,7 @@ export interface ServerUpdatedCategoryBaseData {
// mbl = minimum battery level
mblCharging: number
mblMobile: number
sort: number
}
export interface ServerUpdatedCategoryAssignedApps {