export default interface ProductParams { /** * the product ID */ id: string; /** * The selected color */ color?: string; /** * the selected size */ size?: string; }