瀏覽代碼

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

lipk 3 年之前
父節點
當前提交
40f2eba906
共有 1 個文件被更改,包括 6 次插入0 次删除
  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;
     ID: string;
   };
   };
 }
 }
+
+export namespace PostApprovalDeleteFiles {
+  export type Params = {
+    dataIdList: string[];
+  };
+}