Przeglądaj źródła

add progress in ITaskData

visuddhinanda 1 rok temu
rodzic
commit
3be7569b57

+ 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;