WebHostRoute: {
    [K in keyof typeof WebHostRoutes]: ExtractRoute<typeof WebHostRoutes[K]>
}[keyof typeof WebHostRoutes]

Routes that are available in a web host. You should use WebHostRoutes to guarantee valid routes.

Example

import { WebHostRoutes } from '@govflanders/mbp-embed-sdk';

console.log(WebHostRoutes.Brievenbus);
console.log(WebHostRoutes.Thema('onderwijs'));