PlayerShopPage: {
    data: PlayerShopElement[];
    pageBody: string;
    pageTitle: string;
    texture?: string;
    title: string;
    type: "player_shop_page";
}

A player shop page.

Type declaration

  • data: PlayerShopElement[]
  • pageBody: string
  • pageTitle: string
  • Optionaltexture?: string
  • title: string
  • type: "player_shop_page"