UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

10 lines 348 B
import type { ErrorCodes } from "../invariantErrorCodes.js"; export declare const ApolloErrorMessageHandler: unique symbol; declare global { interface Window { [ApolloErrorMessageHandler]?: { (message: string | number, args: string[]): string | undefined; } & ErrorCodes; } } //# sourceMappingURL=symbol.d.ts.map