Routes that are available in a web host. You should use WebHostRoutes to guarantee valid routes.
import { WebHostRoutes } from '@govflanders/mbp-embed-sdk';console.log(WebHostRoutes.Brievenbus);console.log(WebHostRoutes.Thema('onderwijs')); Copy
import { WebHostRoutes } from '@govflanders/mbp-embed-sdk';console.log(WebHostRoutes.Brievenbus);console.log(WebHostRoutes.Thema('onderwijs'));
Routes that are available in a web host. You should use WebHostRoutes to guarantee valid routes.