| 22 | } |
| 23 | |
| 24 | interface MakeRequestParams { |
| 25 | url: string; |
| 26 | options: RequestOptions; |
| 27 | headers: Record<string, string>; |
| 28 | } |
| 29 | |
| 30 | interface HandleGenerateResponseParams { |
| 31 | response: Response; |
nothing calls this directly
no outgoing calls
no test coverage detected