refactor: remove trivially inferred numEvents

This commit is contained in:
Carlos Valente
2025-05-19 22:09:28 +02:00
committed by Carlos Valente
parent 2f13d6c89e
commit 4ab9c81cb8
11 changed files with 5 additions and 20 deletions
@@ -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 & {