Type alias RouterOptions

RouterOptions: {
    mode: string;
    routes: Route[];
}

Type declaration

  • mode: string
  • routes: Route[]