Преглед изворни кода

feat(types): 修复拼写错误

lipk пре 2 година
родитељ
комит
cbccc68c60
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      types/src/interface/api/approvaApi.ts

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

@@ -156,13 +156,13 @@ export namespace GetAuditScoreLogs {
 export namespace UpdateAuditScoreRemark {
 export namespace UpdateAuditScoreRemark {
   export type Params = Omit<IAuditScoreRemark, 'ID'> & { ID?: string };
   export type Params = Omit<IAuditScoreRemark, 'ID'> & { ID?: string };
 
 
-  export type Responst = IAuditScoreRemark;
+  export type Response = IAuditScoreRemark;
 }
 }
 
 
 export namespace GetAuditScoreRemarkList {
 export namespace GetAuditScoreRemarkList {
   export type Params = { businessID: string; dataID: string };
   export type Params = { businessID: string; dataID: string };
 
 
-  export type Resonse = Array<IAuditScoreRemark & { isCurrent?: boolean }>;
+  export type Response = Array<IAuditScoreRemark & { isCurrent?: boolean }>;
 }
 }
 
 
 export namespace GetGcnameAndReviewer {
 export namespace GetGcnameAndReviewer {