Ver código fonte

export interface IProjectTreeData

visuddhinanda 1 ano atrás
pai
commit
8894e93cbc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      dashboard-v4/dashboard/src/components/api/task.ts

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

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