Alokai

WishlistResponse

type WishlistResponse = {
  data: {
    me?: Me;
    wishlist?: ShoppingList;
  };
};

Referenced Types

On this page