Explorar o código

feat(types): 添加返回值

lipk %!s(int64=2) %!d(string=hai) anos
pai
achega
495ef5b35a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 {