| 19 | } |
| 20 | |
| 21 | export interface FlyResponse<T = any> { |
| 22 | data: T; |
| 23 | request: FlyRequestConfig; |
| 24 | engine: XMLHttpRequest; |
| 25 | headers: Object; |
| 26 | } |
| 27 | |
| 28 | export interface FlyErrResponse { |
| 29 | data: any; |
nothing calls this directly
no outgoing calls
no test coverage detected