Alokai

PartialUpdateCartResponse

Partial data returned from the updateCart API endpoint.

Comes in handy while creating generic return types constraints used in combination with custom queries.

type PartialUpdateCartResponse = Record<"cart", DeepPartial<UpdateCartResponse["cart"]>>;

Referenced Types

On this page