Browse Source

feat(types): 删除文件或目录接口

lipk 3 years atrás
parent
commit
40f2eba906
1 changed files with 6 additions and 0 deletions
  1. 6 0
      types/src/interface/api/approvaApi.ts

+ 6 - 0
types/src/interface/api/approvaApi.ts

@@ -101,3 +101,9 @@ export namespace PostApprovalEditFile {
     ID: string;
   };
 }
+
+export namespace PostApprovalDeleteFiles {
+  export type Params = {
+    dataIdList: string[];
+  };
+}