| 4 | [key: string]: string; |
| 5 | }; |
| 6 | declare class ClientFetcher extends FetcherBase { |
| 7 | constructor(payloads: PayloadsType); |
| 8 | payloads: PayloadsType; |
| 9 | get url(): string; |
| 10 | fetch(request: RequestParameters, variables: Variables): Promise<any>; |
| 11 | } |
| 12 | export default ClientFetcher; |
nothing calls this directly
no outgoing calls
no test coverage detected