lipk 3 лет назад
Родитель
Сommit
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[];
 }