Kaynağa Gözat

feat(types): 新建目录

lipk 3 yıl önce
ebeveyn
işleme
7ac054e3d2
1 değiştirilmiş dosya ile 10 ekleme ve 10 silme
  1. 10 10
      types/src/interface/api/approvaApi.ts

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

@@ -39,6 +39,16 @@ export namespace GetApprovalGetYsProfileTreeWithFile {
   export type Response = Array<IMatterNode>;
 }
 
+export namespace PostApprovalCreateDir {
+  export type Params = {
+    parentID: string;
+    name: string;
+    matterListID: string;
+    approvalID: string;
+    matterID: string;
+  };
+}
+
 export namespace GetApprovalGetGatherYsProfileByBusinessID {
   export type Params = { businessID: string; matterID: string };
 
@@ -50,13 +60,3 @@ export namespace GetApprovalGetGatherYsProfileByBusinessID {
     copy: boolean;
   };
 }
-
-export namespace PostApprovalCreateDir {
-  export type Params = {
-    parentID: string;
-    name: string;
-    matterListID: string;
-    approvalID: string;
-    matterID: string;
-  };
-}