lipk 2 лет назад
Родитель
Сommit
495ef5b35a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      types/src/interface/api/approvaApi.ts

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

@@ -146,6 +146,8 @@ export namespace GetAuditScoreLogs {
 
 export namespace UpdateAuditScoreRemark {
   export type Params = Omit<IAuditScoreRemark, 'ID'> & { ID?: string };
+
+  export type Responst = IAuditScoreRemark;
 }
 
 export namespace GetAuditScoreRemarkList {