@@ -150,4 +150,6 @@ export namespace UpdateAuditScoreRemark {
export namespace GetAuditScoreRemarkList {
export type Params = { businessID: string; dataID: string };
+
+ export type Resonse = IAuditScoreRemark[];
}