UNPKG

@aurigma/design-atoms-interfaces

Version:

5 lines (4 loc) 119 B
import { RotationType } from "../../Types"; export interface IRotateProductCmdArgs { rotationType: RotationType; }