frontend-plugin-api: make all route refs optional at all times

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-08-06 10:44:30 +02:00
parent e46805cdd0
commit 72754db000
27 changed files with 172 additions and 318 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const _default: BackstagePlugin<
root: RouteRef<undefined>;
},
{
registerApi: ExternalRouteRef<undefined, true>;
registerApi: ExternalRouteRef<undefined>;
}
>;
export default _default;