Add server support for disabling limitations temporarily per category

This commit is contained in:
Jonas Lochmann
2020-11-02 01:00:00 +01:00
parent 35924c176c
commit 8b596ccc69
23 changed files with 574 additions and 38 deletions
+2
View File
@@ -113,6 +113,8 @@ export interface ServerUpdatedCategoryBaseData {
mblMobile: number
sort: number
networks: Array<ServerCategoryNetworkId>
// disable limits until
dlu: number
}
export interface ServerCategoryNetworkId {