ARActionMergeRoutes: {
    routes: string[];
    to: {
        idRoute: string;
    };
    type: "MERGE_EXISTING_ROUTES";
}

Type declaration

  • routes: string[]
  • to: {
        idRoute: string;
    }
    • idRoute: string
  • type: "MERGE_EXISTING_ROUTES"

Generated using TypeDoc