tibdex/github-backport

Typescript error: "Cannot use namespace 'Octokit' as a type." in `lib/index.d.ts`

Closed this issue · 1 comments

I'm getting the following error when running tsc

node_modules/github-backport/lib/index.d.ts:9:14 - error TS2709: Cannot use namespace 'Octokit' as a type.

9     octokit: Octokit;
               ~~~~~~~

Found 1 error.

Thanks for reporting this but I don't maintain this library anymore.