| 44 | export class PullRequestNotFoundError extends Error {} |
| 45 | /** Error being thrown if the pull request does not allow for maintainer modifications. */ |
| 46 | export class MaintainerModifyAccessError extends Error {} |
| 47 | |
| 48 | /** Options for checking out a PR */ |
| 49 | export interface PullRequestCheckoutOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected