| 88 | } |
| 89 | |
| 90 | export interface IssueData { |
| 91 | number: number; |
| 92 | title: string; |
| 93 | body: string; |
| 94 | created_at: Date; |
| 95 | updated_at: Date; |
| 96 | labels: string[]; |
| 97 | url: string; |
| 98 | state: string; |
| 99 | } |
nothing calls this directly
no outgoing calls
no test coverage detected