Page: {
    icon: string;
    id: string;
    layout: Layout;
    title: string;
}

Represents a page with specific layout.

Type declaration

  • icon: string
  • id: string
  • layout: Layout
  • title: string

Generated using TypeDoc