mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 20:33:47 +00:00
refactor: extract utility type
This commit is contained in:
committed by
Carlos Valente
parent
4cbe25a845
commit
2fc4e6da16
@@ -45,3 +45,4 @@ export type OntimeEvent = OntimeBaseEvent & {
|
||||
};
|
||||
|
||||
export type PlayableEvent = OntimeEvent & { skip: false };
|
||||
export type TimeField = 'timeStart' | 'timeEnd' | 'duration';
|
||||
|
||||
@@ -9,6 +9,7 @@ export {
|
||||
type OntimeBlock,
|
||||
type OntimeEvent,
|
||||
type PlayableEvent,
|
||||
type TimeField,
|
||||
SupportedEvent,
|
||||
} from './definitions/core/OntimeEvent.type.js';
|
||||
export type { OntimeEntryCommonKeys, OntimeRundown, OntimeRundownEntry } from './definitions/core/Rundown.type.js';
|
||||
|
||||
Reference in New Issue
Block a user