@@ -68,5 +68,6 @@ export namespace PostApprovalUpdown {
export type Params = {
type: EUpDown;
dataID: string;
+ businessID: string;
};
}