소스 검색

feat(types): 添加返回值

lipk 3 년 전
부모
커밋
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 {