Browse Source

export interface IProjectTreeData

visuddhinanda 1 year ago
parent
commit
8894e93cbc
1 changed files with 1 additions and 1 deletions
  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[];
 }
 
-interface IProjectTreeData {
+export interface IProjectTreeData {
   id: string;
   resId?: string;
   isLeaf: boolean;