ShopPage: {
    data: ShopElement[];
    pageBody: string;
    pageTitle: string;
    texture?: string;
    title: string;
    type: "page";
}

A shop page.

Type declaration

  • data: ShopElement[]
  • pageBody: string
  • pageTitle: string
  • Optionaltexture?: string
  • title: string
  • type: "page"