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

feat(types): 返回值设置

lipk пре 3 година
родитељ
комит
e01f673ce7
1 измењених фајлова са 2 додато и 0 уклоњено
  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[];
 }