Explorar o código

add title in IProjectTreeInsertRequest

visuddhinanda hai 1 ano
pai
achega
5f7dcc694d
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

@@ -222,6 +222,7 @@ export interface ITaskGroupResponse {
 export interface IProjectTreeInsertRequest {
   studio_name: string;
   parent_id?: string | null;
+  title?: string;
   data: IProjectUpdateRequest[];
 }