فهرست منبع

feat(types): 返回值设置

lipk 3 سال پیش
والد
کامیت
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[];
 }