Allow adding category network ids

This commit is contained in:
Jonas Lochmann
2020-08-24 02:00:00 +02:00
parent 9730d13b2e
commit eb6f668b43
34 changed files with 1257 additions and 62 deletions
+6
View File
@@ -112,6 +112,12 @@ export interface ServerUpdatedCategoryBaseData {
mblCharging: number
mblMobile: number
sort: number
networks: Array<ServerCategoryNetworkId>
}
export interface ServerCategoryNetworkId {
itemId: string
hashedNetworkId: string
}
export interface ServerUpdatedCategoryAssignedApps {