mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 19:03:47 +00:00
V2 types (#291)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
enum TimerType {
|
||||
CountDown = 'count-down',
|
||||
CountUp = 'count-up',
|
||||
Clock = 'clock'
|
||||
}
|
||||
|
||||
export default TimerType
|
||||
@@ -0,0 +1,3 @@
|
||||
import TimerType from './definitions/TimerType.js';
|
||||
|
||||
export { TimerType };
|
||||
Reference in New Issue
Block a user