| 261 | } |
| 262 | |
| 263 | interface IssueSearchResponse { |
| 264 | total_count: number; |
| 265 | incomplete_results: boolean; |
| 266 | items: Issue[]; |
| 267 | } |
| 268 | |
| 269 | export interface User { |
| 270 | login: string; |
nothing calls this directly
no outgoing calls
no test coverage detected