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
@@ -10,7 +10,7 @@ import { ExternalRouteRef } from '@backstage/frontend-plugin-api';
const _default: BackstagePlugin<
{},
{
catalogIndex: ExternalRouteRef<undefined, true>;
catalogIndex: ExternalRouteRef<undefined>;
}
>;
export default _default;