RemoveFromCartResponse
Response of the removeFromCart API endpoint.
Comes in handy while creating generic return types constraints used in combination with custom queries.
type RemoveFromCartResponse = UpdateCartResponse;Response of the removeFromCart API endpoint.
Comes in handy while creating generic return types constraints used in combination with custom queries.
type RemoveFromCartResponse = UpdateCartResponse;