@@ -155,3 +155,13 @@ export namespace GetAuditScoreRemarkList {
export type Resonse = IAuditScoreRemark[];
}
+
+export namespace GetGcnameAndReviewer {
+ export type Params = { businessID: string };
+ export type Response = {
+ reviewerName: string;
+ reviewerID: string;
+ gcName: string;
+ };
+}