committed by
Fredrik Adelöw
parent
9c8518e29a
commit
acb3c93b4c
@@ -0,0 +1,13 @@
|
||||
## API Report File for "@backstage/plugin-catalog-backend-module-logs"
|
||||
|
||||
> 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';
|
||||
|
||||
// Warning: (ae-missing-release-tag) "catalogModuleLogs" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
const catalogModuleLogs: () => BackendFeature;
|
||||
export default catalogModuleLogs;
|
||||
```
|
||||
Reference in New Issue
Block a user