Alokai

ActiveCartInterface

A field to access the active cart.

type ActiveCartInterface = {
  activeCart?: Maybe<Cart>;
};

Referenced Types

On this page