mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Allow adding category network ids
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user