feat: add and edit task modal
This commit is contained in:
8
src/pages/profile_tasks.dto.ts
Normal file
8
src/pages/profile_tasks.dto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface ITask {
|
||||
id: number;
|
||||
name: string;
|
||||
checked: boolean;
|
||||
date: Date;
|
||||
description: string;
|
||||
tags: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user