refactor: remove isNextDay block property

This commit is contained in:
Carlos Valente
2025-07-07 18:24:52 +02:00
committed by Carlos Valente
parent ab8bfbcd59
commit a98c14406d
5 changed files with 1 additions and 29 deletions
@@ -37,7 +37,6 @@ export type OntimeBlock = OntimeBaseEvent & {
title: string;
note: string;
entries: EntryId[];
isNextDay: boolean;
targetDuration: MaybeNumber;
colour: string;
custom: EntryCustomFields;