Przeglądaj źródła

feat(types): 校验审核意见

lipk 3 lat temu
rodzic
commit
435f188369
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      types/src/interface/api/approvaApi.ts

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

@@ -165,3 +165,11 @@ export namespace GetGcnameAndReviewer {
     gcName: string;
     gcName: string;
   };
   };
 }
 }
+
+export namespace GetApprovlaValidAuditScore {
+  export type Params = { businessID: string };
+
+  export type Response = {
+    errMatterIds: string[];
+  };
+}