update API reports for TypeScript 5.6

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-03-08 11:35:44 +01:00
parent 31731b0a80
commit 6070fcfefc
91 changed files with 702 additions and 993 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ const visualizerPlugin: FrontendPlugin<
params: {
defaultPath: string;
loader: () => Promise<JSX.Element>;
routeRef?: RouteRef<AnyRouteRefParams> | undefined;
routeRef?: RouteRef;
};
}>;
}