| 138 | |
| 139 | // Filesystem representation types |
| 140 | export interface RepoFile { |
| 141 | id: number; |
| 142 | owner: string; |
| 143 | name: string; |
| 144 | full_name: string; |
| 145 | description?: string; |
| 146 | } |
| 147 | |
| 148 | export interface IssueFile { |
| 149 | id: number; |
nothing calls this directly
no outgoing calls
no test coverage detected