Merge pull request #28241 from backstage/rugvip/fixes

internal type fixes
This commit is contained in:
Patrik Oldsberg
2024-12-24 10:44:37 +01:00
committed by GitHub
9 changed files with 23 additions and 14 deletions
@@ -22,8 +22,8 @@ import {
} from '@backstage/backend-plugin-api';
import { ConflictError, stringifyError } from '@backstage/errors';
// Direct internal import to avoid duplication
// eslint-disable-next-line @backstage/no-forbidden-package-imports
import { InternalServiceFactory } from '@backstage/backend-plugin-api/src/services/system/types';
// eslint-disable-next-line @backstage/no-relative-monorepo-imports
import { InternalServiceFactory } from '../../../backend-plugin-api/src/services/system/types';
import { DependencyGraph } from '../lib/DependencyGraph';
/**
* Keep in sync with `@backstage/backend-plugin-api/src/services/system/types.ts`