Merge pull request #20535 from backstage/mob/external-routes

frontend-*-api: add support for route bindings
This commit is contained in:
Patrik Oldsberg
2023-10-11 19:59:50 +02:00
committed by GitHub
17 changed files with 130 additions and 27 deletions
+3 -1
View File
@@ -3,6 +3,8 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { AnyExternalRoutes } from '@backstage/core-plugin-api';
import { AnyRoutes } from '@backstage/core-plugin-api';
import { BackstagePlugin } from '@backstage/frontend-plugin-api';
import { Extension } from '@backstage/frontend-plugin-api';
import { GraphQLEndpoint } from '@backstage/plugin-graphiql';
@@ -19,7 +21,7 @@ export function createEndpointExtension<TConfig extends {}>(options: {
}): Extension<TConfig>;
// @alpha (undocumented)
const _default: BackstagePlugin;
const _default: BackstagePlugin<AnyRoutes, AnyExternalRoutes>;
export default _default;
// @alpha (undocumented)