export default interface ProductSlotsParams { /** * The product ID */ id: string; /** * An optional type specifying the specific slot to return */ type?: string; }