Browse Source

feat(types): 添加返回值

lipk 3 năm trước cách đây
mục cha
commit
495ef5b35a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {