Variable AppHostRoutesConst

AppHostRoutes: {
    Overzicht: "home";
    Themas: "themas";
    Thema: ((id) => `themas/${string}`);
    Aanvragen: "aanvragen";
    Attesten: "attesten";
    Brievenbus: "brievenbus";
    Ebox: "brievenbus/ebox";
    Contact: "contact";
    Profiel: "profiel";
    Wallet: "wallet";
    Adres: "profiel/adres";
    Notificaties: "profiel/notificaties";
    Koppelingen: "profiel/koppelingen";
    ProfielGegevens: "profiel/gegevens";
} = ...

Type declaration

  • Readonly Overzicht: "home"
  • Readonly Themas: "themas"
  • Readonly Thema: ((id) => `themas/${string}`)
      • (id): `themas/${string}`
      • Parameters

        • id: string

        Returns `themas/${string}`

  • Readonly Aanvragen: "aanvragen"
  • Readonly Attesten: "attesten"
  • Readonly Brievenbus: "brievenbus"
  • Readonly Ebox: "brievenbus/ebox"
  • Readonly Contact: "contact"
  • Readonly Profiel: "profiel"
  • Readonly Wallet: "wallet"
  • Readonly Adres: "profiel/adres"
  • Readonly Notificaties: "profiel/notificaties"
  • Readonly Koppelingen: "profiel/koppelingen"
  • Readonly ProfielGegevens: "profiel/gegevens"