We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cbbd0 commit caf000bCopy full SHA for caf000b
src/models/task.model.ts
@@ -3,6 +3,7 @@ export type Task = {
3
content: string;
4
createdAt: Date;
5
dueAt: Date;
6
- link?: string;
7
title: string;
+ type: string;
8
+ link?: string;
9
};
0 commit comments