Skip to content

Commit

Permalink
Modified app/types/task.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
birdup000 committed Dec 18, 2024
1 parent 5c678cd commit 5b2843d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/types/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export interface Task {
[userId: string]: Date;
};

version: number; // For handling concurrent edits
archivedAt?: Date;

version: number; // For handling concurrent edits
archivedAt?: Date;

Expand Down

0 comments on commit 5b2843d

Please sign in to comment.