Type alias ErroredRoute

ErroredRoute: {
    overallPath: string;
    subpaths: ErroredPaths;
}

Type declaration

Generated using TypeDoc