Files
2024-06-03 20:23:50 +05:30

7 lines
270 B
TypeScript

import { ApolloLink } from "../core/index.js";
import type { HttpOptions } from "./selectHttpOptionsAndBody.js";
export declare class HttpLink extends ApolloLink {
options: HttpOptions;
constructor(options?: HttpOptions);
}
//# sourceMappingURL=HttpLink.d.ts.map