API report updates and frontend-*-api fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-12 18:52:06 +02:00
parent 68fc9dc60e
commit a285d8c000
15 changed files with 203 additions and 48 deletions
+8 -3
View File
@@ -3,12 +3,12 @@
> 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 { AnyExternalRoutes } from '@backstage/frontend-plugin-api';
import { BackstagePlugin } from '@backstage/frontend-plugin-api';
import { Extension } from '@backstage/frontend-plugin-api';
import { GraphQLEndpoint } from '@backstage/plugin-graphiql';
import { PortableSchema } from '@backstage/frontend-plugin-api';
import { RouteRef } from '@backstage/frontend-plugin-api';
// @alpha (undocumented)
export function createEndpointExtension<TConfig extends {}>(options: {
@@ -21,7 +21,12 @@ export function createEndpointExtension<TConfig extends {}>(options: {
}): Extension<TConfig>;
// @alpha (undocumented)
const _default: BackstagePlugin<AnyRoutes, AnyExternalRoutes>;
const _default: BackstagePlugin<
{
root: RouteRef<undefined>;
},
AnyExternalRoutes
>;
export default _default;
// @alpha (undocumented)