| 14 | } |
| 15 | |
| 16 | interface GitHubComment { |
| 17 | id: number; |
| 18 | body: string; |
| 19 | created_at: string; |
| 20 | user: { type: string; id: number }; |
| 21 | } |
| 22 | |
| 23 | interface GitHubReaction { |
| 24 | user: { id: number }; |
nothing calls this directly
no outgoing calls
no test coverage detected