Browse Source

feat(types): 移动文件接口

lipk 3 years atrás
parent
commit
71f1223ef3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      types/src/interface/api/approvaApi.ts

+ 2 - 2
types/src/interface/api/approvaApi.ts

@@ -74,7 +74,7 @@ export namespace PostApprovalUpdown {
 
 export namespace PostApprovalMoveTo {
   export type Params = {
-    ID: string;
-    targetID: string;
+    ID: string; // 要移动的目录或文件id
+    targetID: string; // 目标文件或目标目录id
   };
 }