Explorar el Código

add progress in ITaskData

visuddhinanda hace 1 año
padre
commit
3be7569b57
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;