mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
refactor: remove trivially inferred numEvents
This commit is contained in:
committed by
Carlos Valente
parent
2f13d6c89e
commit
4ab9c81cb8
@@ -33,7 +33,6 @@ export type OntimeBlock = OntimeBaseEvent & {
|
||||
endTime: MaybeNumber; // calculated at runtime
|
||||
duration: number; // calculated at runtime
|
||||
isFirstLinked: boolean; // calculated at runtime, whether the first event is linked
|
||||
numEvents: number; // calculated at runtime
|
||||
};
|
||||
|
||||
export type OntimeEvent = OntimeBaseEvent & {
|
||||
|
||||
Reference in New Issue
Block a user