gateway: initial api-report

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-03-21 11:47:24 +01:00
parent 402782fd2f
commit 713db020bb
2 changed files with 97 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
## API Report File for "@backstage/plugin-gateway-backend"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
// @public
const gatewayPlugin: BackendFeature;
export default gatewayPlugin;
// (No @packageDocumentation comment for this package)
```