| 7 | type Config = GitLabConfig & { tokenPromise: () => Promise<string>; commitAuthor: CommitAuthor }; |
| 8 | |
| 9 | export default class API extends GitlabAPI { |
| 10 | tokenPromise: () => Promise<string>; |
| 11 | |
| 12 | constructor(config: Config) { |
nothing calls this directly
no outgoing calls
no test coverage detected