| 308 | } |
| 309 | |
| 310 | export interface Reaction { |
| 311 | id: number; |
| 312 | user: User; |
| 313 | content: ReactionID; |
| 314 | created_at: string; |
| 315 | } |
| 316 | |
| 317 | export interface Issue { |
| 318 | url: string; |
nothing calls this directly
no outgoing calls
no test coverage detected