Przeglądaj źródła

feat(types): 返回值设置

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

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

@@ -150,4 +150,6 @@ export namespace UpdateAuditScoreRemark {
 
 export namespace GetAuditScoreRemarkList {
   export type Params = { businessID: string; dataID: string };
+
+  export type Resonse = IAuditScoreRemark[];
 }