Skip to content

Commit 7f18371

Browse files
ibolton336claude
andcommitted
Update API report for scaffolder backend module
Fix import path from '@backstage/types/index' to '@backstage/types' as required by updated dependencies 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 929421c commit 7f18371

File tree

1 file changed

+1
-1
lines changed
  • workspaces/mta/plugins/scaffolder-backend-module-mta

1 file changed

+1
-1
lines changed

workspaces/mta/plugins/scaffolder-backend-module-mta/report.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```ts
66

77
import { BackendFeature } from '@backstage/backend-plugin-api';
8-
import { JsonObject } from '@backstage/types/index';
8+
import { JsonObject } from '@backstage/types';
99
import { TemplateAction } from '@backstage/plugin-scaffolder-node';
1010

1111
// @public (undocumented)

0 commit comments

Comments
 (0)