SerializedRouteInfo: Omit<RouteInfo, "routeData"> & {
    routeData: SerializedRouteData;
}

Type declaration