@apollo/client
Version:
A fully-featured caching GraphQL client.
10 lines • 348 B
TypeScript
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