import { RotationType } from "../../Types";
export interface IRotateProductCmdArgs {
    rotationType: RotationType;
}
