Add column for block all notifications

This commit is contained in:
Jonas L
2019-03-04 00:00:00 +00:00
parent 22c372e246
commit f7500d19a3
5 changed files with 61 additions and 6 deletions
+1
View File
@@ -93,6 +93,7 @@ export interface ServerUpdatedCategoryBaseData {
tempBlocked: boolean
version: string
parentCategoryId: string
blockAllNotifications: boolean
}
export interface ServerUpdatedCategoryAssignedApps {