RemoveProductFromCartResponse
Data returned from the removeProductFromCart API endpoint
type RemoveProductFromCartResponse = Record<"cart", Cart>;Data returned from the removeProductFromCart API endpoint
type RemoveProductFromCartResponse = Record<"cart", Cart>;