internal type fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-12-19 22:01:33 +01:00
parent 189e96695f
commit b664b2ae09
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`