| 3 | data: string; |
| 4 | } |
| 5 | interface TriviaParameters { |
| 6 | number?: number; |
| 7 | category?: number; |
| 8 | difficulty?: string; |
| 9 | type?: string; |
| 10 | } |
| 11 | |
| 12 | interface TriviaResponse { |
| 13 | responseCode: number; |
nothing calls this directly
no outgoing calls
no test coverage detected