浏览代码

add progress in ITaskData

visuddhinanda 1 年之前
父节点
当前提交
3be7569b57
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard-v4/dashboard/src/components/api/task.ts

+ 1 - 0
dashboard-v4/dashboard/src/components/api/task.ts

@@ -51,6 +51,7 @@ export interface ITaskData {
   title: string;
   title: string;
   description?: string | null;
   description?: string | null;
   category?: TTaskCategory | null;
   category?: TTaskCategory | null;
+  progress?: number;
   html?: string | null;
   html?: string | null;
   type: TTaskType;
   type: TTaskType;
   order?: number;
   order?: number;