@@ -3,9 +3,9 @@
|
||||
> 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';
|
||||
import { BackendFeatureCompat } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @public
|
||||
const catalogModuleLogs: () => BackendFeature;
|
||||
const catalogModuleLogs: BackendFeatureCompat;
|
||||
export default catalogModuleLogs;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user