<!-- Please replace all placeholders such as this below --> <!-- Describe the problem and how to reproduce it. Add screenshots or a link to your repository if possible and helpful --> Trying to use type `IssueCommentEvent` accessing `issue` property yields `never` type: ```ts import('@octokit/webhooks-definitions/schema').IssueCommentEvent['issue'] ```  <!-- Describe what you expected to happen instead --> I would expect it to have some type, either Issue or some augmentation of it <!-- If you have an idea where the bug might lie, please share here. Otherwise remove the whole section --> Perhaps there's some conflict between the `Issue` type and specific type overwriting it it