remove the backend feature compat callback pattern

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-15 10:00:15 +02:00
parent 4f56cc68d2
commit d425fc4dfd
95 changed files with 284 additions and 238 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { BackendFeatureCompat } from '@backstage/backend-plugin-api';
import { BackendFeature } from '@backstage/backend-plugin-api';
// @alpha
const _default: BackendFeatureCompat;
const _default: BackendFeature;
export default _default;
// (No @packageDocumentation comment for this package)