| 23 | } |
| 24 | |
| 25 | export interface RefetchOptions { |
| 26 | useCache?: boolean |
| 27 | } |
| 28 | |
| 29 | export interface ConfigureOptions { |
| 30 | axios?: AxiosInstance | AxiosStatic | any |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…