@ -6,6 +6,7 @@ export interface Task {
completed: boolean;
completed_at: Date | null;
group_id: string; // WhatsApp group ID where task was created
created_by: string; // WhatsApp user ID of task creator
}
export interface TaskAssignment {