fix(tasks): include reminderId on TaskCopy

This commit is contained in:
Johannes Millan 2025-12-11 17:01:50 +01:00
parent 3736474a19
commit 709d40c829

View file

@ -91,6 +91,7 @@ export interface TaskCopy
dueDay?: string | null;
hasPlannedTime?: boolean;
attachments: TaskAttachment[];
reminderId?: string | null;
// Ensure type compatibility for internal fields
modified?: number;