Add support for custom time warnings

This commit is contained in:
Jonas Lochmann
2022-03-28 02:00:00 +02:00
parent d7799f2d06
commit 2ab23ea811
19 changed files with 330 additions and 9 deletions
+2
View File
@@ -120,6 +120,8 @@ export interface ServerUpdatedCategoryBaseData {
dlu: number
flags: number
blockNotificationDelay: number
// atw = additionalTimeWarnings
atw: Array<number>
}
export interface ServerCategoryNetworkId {