mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add server support for disabling limitations temporarily per category
This commit is contained in:
@@ -113,6 +113,8 @@ export interface ServerUpdatedCategoryBaseData {
|
||||
mblMobile: number
|
||||
sort: number
|
||||
networks: Array<ServerCategoryNetworkId>
|
||||
// disable limits until
|
||||
dlu: number
|
||||
}
|
||||
|
||||
export interface ServerCategoryNetworkId {
|
||||
|
||||
Reference in New Issue
Block a user