sparc - v1.0.1
    Preparing search index...
    RoutePaths: { [key: string]: string }

    An object is expected to define routeKeys and their path for dynamic loading

    Type declaration

    • [key: string]: string
    const ROUTES = {
    home:`https://domain/sites/somewhere/SiteAssets/pages/home.html`,
    `user-dashboard`:`./dashboard.html`,
    `404`:`../navigation/404.html`
    }