Преглед изворни кода

feat(types): 校验审核意见

lipk пре 3 година
родитељ
комит
435f188369
1 измењених фајлова са 8 додато и 0 уклоњено
  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;
   };
 }
+
+export namespace GetApprovlaValidAuditScore {
+  export type Params = { businessID: string };
+
+  export type Response = {
+    errMatterIds: string[];
+  };
+}