UNPKG

240 BTypeScriptView Raw
1import ApolloClient from "apollo-client";
2export declare const client: (uri: any) => ApolloClient<import("apollo-cache-inmemory").NormalizedCacheObject>;
3export declare const uploadFetch: (url: string, options: any) => Promise<unknown>;