diff --git a/plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts b/plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts index 21fb13f02b..57d933d165 100644 --- a/plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts +++ b/plugins/catalog-backend-module-github/src/providers/GithubEntityProvider.test.ts @@ -36,7 +36,7 @@ import { RepositoryRenamedEvent, } from '@octokit/webhooks-types'; -type PartialDeep = T extends (...args: any[]) => any +type PartialDeep = T extends (...args: unknown[]) => unknown ? T : T extends Array ? Array>