Explorar o código

add sn in IProject

visuddhinanda hai 11 meses
pai
achega
44548f6f7c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dashboard-v4/dashboard/src/components/api/task.ts

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

@@ -30,6 +30,7 @@ export type TTaskType = "instance" | "workflow" | "group";
 
 export interface IProject {
   id: string;
+  sn: number;
   title: string;
   description: string | null;
   weight: number;