fixup! chore: use ConsumedResponse to pass eslint validation

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-01-15 16:15:44 +01:00
parent 7120dfcb87
commit 626e790ec9
+3
View File
@@ -4,6 +4,7 @@
```ts
import { Config } from '@backstage/config';
import { ConsumedResponse } from '@backstage/errors';
import { RestEndpointMethodTypes } from '@octokit/rest';
// @public
@@ -567,6 +568,8 @@ export class GithubIntegration implements ScmIntegration {
// (undocumented)
static factory: ScmIntegrationsFactory<GithubIntegration>;
// (undocumented)
isRateLimited(response: ConsumedResponse): boolean;
// (undocumented)
resolveEditUrl(url: string): string;
// (undocumented)
resolveUrl(options: {