UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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