mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add support for custom time warnings
This commit is contained in:
@@ -120,6 +120,8 @@ export interface ServerUpdatedCategoryBaseData {
|
||||
dlu: number
|
||||
flags: number
|
||||
blockNotificationDelay: number
|
||||
// atw = additionalTimeWarnings
|
||||
atw: Array<number>
|
||||
}
|
||||
|
||||
export interface ServerCategoryNetworkId {
|
||||
|
||||
Reference in New Issue
Block a user