mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add support for extra time for a specific day
This commit is contained in:
@@ -99,6 +99,7 @@ export interface ServerUpdatedCategoryBaseData {
|
||||
title: string
|
||||
blockedTimes: string // blockedMinutesInWeek
|
||||
extraTime: number
|
||||
extraTimeDay: number
|
||||
tempBlocked: boolean
|
||||
tempBlockTime: number
|
||||
version: string
|
||||
|
||||
Reference in New Issue
Block a user