We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a957d2f commit 7db213cCopy full SHA for 7db213c
1 file changed
workspaces/bulk-import/plugins/bulk-import-backend/src/github/utils/utils.ts
@@ -25,6 +25,7 @@ import {
25
} from '@backstage/integration';
26
27
import { Octokit } from '@octokit/rest';
28
+import { OctokitResponse } from '@octokit/types';
29
import gitUrlParse from 'git-url-parse';
30
31
import { logErrorIfNeeded } from '../../helpers';
0 commit comments