Alokai

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

On this page