mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
feat: count to end (#500)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export enum TimerType {
|
||||
CountDown = 'count-down',
|
||||
CountUp = 'count-up',
|
||||
Clock = 'clock'
|
||||
TimeToEnd = 'time-to-end',
|
||||
Clock = 'clock',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user