zibri
    Preparing search index...
    type BasePageTemplateData = {
        base: { baseUrl: string; title: string };
    }
    Index

    Properties

    Properties

    base: { baseUrl: string; title: string }

    The base data shared by all page templates.

    Type Declaration

    • baseUrl: string

      The base url of the app.

    • title: string

      The title of the page.