remove the backend feature compat callback pattern
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
> 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';
|
||||
import { Config } from '@backstage/config';
|
||||
import { ConfigInfo } from '@backstage/plugin-devtools-common';
|
||||
import { DevToolsInfo } from '@backstage/plugin-devtools-common';
|
||||
@@ -30,7 +30,7 @@ export class DevToolsBackendApi {
|
||||
}
|
||||
|
||||
// @public
|
||||
const devtoolsPlugin: BackendFeatureCompat;
|
||||
const devtoolsPlugin: BackendFeature;
|
||||
export default devtoolsPlugin;
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
|
||||
Reference in New Issue
Block a user