PartialRemoveProductFromCartResponse
Partial data returned from the removeProductFromCart API endpoint.
Comes in handy while creating generic return types constraints used in combination with custom queries.
type PartialRemoveProductFromCartResponse = Record<"cart", DeepPartial<RemoveProductFromCartResponse["cart"]>>;Referenced Types
DeepPartial- RemoveProductFromCartResponse