Variable WebHostRoutesConst
WebHostRoutes: {
Overzicht: "home";
Themas: "themas";
Thema: ((id) => `themas/${string}`);
Aanvragen: "aanvragen";
Attesten: "attesten";
Brievenbus: "brievenbus";
Ebox: "brievenbus/ebox";
Contact: "contact";
Profiel: "profiel";
} = ...
Type declaration
Readonly Overzicht: "home"
Readonly Themas: "themas"
Readonly Thema: ((id) => `themas/${string}`)
- (id): `themas/${string}`
Returns `themas/${string}`
Readonly Aanvragen: "aanvragen"
Readonly Attesten: "attesten"
Readonly Brievenbus: "brievenbus"
Readonly Ebox: "brievenbus/ebox"
Readonly Contact: "contact"
Readonly Profiel: "profiel"