You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
RemoveProductFromCartResponse
Data returned from the removeProductFromCart API endpoint
export type RemoveProductFromCartResponse = Record<"cart", Cart>;