mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
refactor: align property names between block and event
This commit is contained in:
@@ -30,8 +30,8 @@ export type OntimeBlock = OntimeBaseEvent & {
|
||||
custom: EntryCustomFields;
|
||||
// !==== RUNTIME METADATA ====! //
|
||||
revision: number;
|
||||
startTime: MaybeNumber; // calculated at runtime
|
||||
endTime: MaybeNumber; // calculated at runtime
|
||||
timeStart: MaybeNumber; // calculated at runtime
|
||||
timeEnd: MaybeNumber; // calculated at runtime
|
||||
duration: number; // calculated at runtime
|
||||
isFirstLinked: boolean; // calculated at runtime, whether the first event is linked
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user