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