Skip to content

Commit

Permalink
API Reports fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
  • Loading branch information
deepan10 committed Nov 10, 2024
1 parent 2a55657 commit 50189d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
> 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 { BlackDuckConfig } from '@backstage-community/plugin-blackduck-backend';
import { BackendFeature } from '@backstage/backend-plugin-api';
import { BlackDuckConfig } from '@backstage-community/plugin-blackduck-node';
import { JsonObject } from '@backstage/types';
import { LoggerService } from '@backstage/backend-plugin-api';
import { TemplateAction } from '@backstage/plugin-scaffolder-node';
Expand All @@ -25,7 +25,7 @@ export function createBlackduckProjectAction(
>;

// @public (undocumented)
const scaffolderModuleBlackduckModule: BackendFeatureCompat;
const scaffolderModuleBlackduckModule: BackendFeature;
export default scaffolderModuleBlackduckModule;

// (No @packageDocumentation comment for this package)
Expand Down

0 comments on commit 50189d2

Please sign in to comment.