UNPKG

270 BTypeScriptView Raw
1import { ApolloLink } from "../core/index.js";
2import type { HttpOptions } from "./selectHttpOptionsAndBody.js";
3export declare class HttpLink extends ApolloLink {
4 options: HttpOptions;
5 constructor(options?: HttpOptions);
6}
7//# sourceMappingURL=HttpLink.d.ts.map
\No newline at end of file