Explorar o código

feat(types): 移动文件接口

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
71f1223ef3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
   };
 }