mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
refactor: align property names between block and event
This commit is contained in:
committed by
Carlos Valente
parent
b66eac3c9f
commit
0726c04f20
@@ -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