Przeglądaj źródła

export interface IProjectTreeData

visuddhinanda 1 rok temu
rodzic
commit
8894e93cbc

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

@@ -232,7 +232,7 @@ export interface IProjectTreeInsertRequest {
   data: IProjectUpdateRequest[];
 }
 
-interface IProjectTreeData {
+export interface IProjectTreeData {
   id: string;
   resId?: string;
   isLeaf: boolean;