BasePageTemplateData: { base: { baseUrl: string; title: string } }

Type declaration

  • base: { baseUrl: string; title: string }

    The base data shared by all page templates.

    • baseUrl: string

      The base url of the app.

    • title: string

      The title of the page.