docs(frontend-plugin-api): update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -180,7 +180,7 @@ export type AnyRouteRefParams =
|
||||
|
||||
// @public (undocumented)
|
||||
export type AnyRoutes = {
|
||||
[name in string]: RouteRef;
|
||||
[name in string]: RouteRef | SubRouteRef;
|
||||
};
|
||||
|
||||
export { ApiFactory };
|
||||
|
||||
Reference in New Issue
Block a user