mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
refactor: gather group metadata
This commit is contained in:
committed by
Carlos Valente
parent
730cb95c04
commit
876d111c61
@@ -1,4 +1,4 @@
|
||||
import type { EndAction, EntryCustomFields, MaybeNumber, MaybeString, TimerType, TimeStrategy, Trigger } from '../../index.js';
|
||||
import type { EndAction, EntryCustomFields, MaybeNumber, TimerType, TimeStrategy, Trigger } from '../../index.js';
|
||||
|
||||
export type EntryId = string;
|
||||
|
||||
@@ -43,7 +43,7 @@ export type OntimeEvent = OntimeBaseEvent & {
|
||||
endAction: EndAction;
|
||||
timerType: TimerType;
|
||||
countToEnd: boolean;
|
||||
linkStart: MaybeString; // ID of event to link to
|
||||
linkStart: boolean;
|
||||
timeStrategy: TimeStrategy;
|
||||
timeStart: number;
|
||||
timeEnd: number;
|
||||
|
||||
Reference in New Issue
Block a user