When installing the library from npm registry, typescript was complaining that it couldn't find types for MoctokitResponse. Upon investigating the files installed from the registry, it seems that @octokit/openapi-types-ghec was not bundled in the type files and is still required as dependency.
When installing the library from npm registry, typescript was complaining that it couldn't find types for
MoctokitResponse
. Upon investigating the files installed from the registry, it seems that@octokit/openapi-types-ghec
was not bundled in the type files and is still required as dependency.