@commercetools-frontend/application-shell-connectors
Version:
Contains complementary tools for @commercetools-frontend/application-shell
5 lines (4 loc) • 322 B
TypeScript
import { type NormalizedCacheObject, ApolloClient } from '@apollo/client';
declare const setCachedApolloClient: (apolloClient: ApolloClient<NormalizedCacheObject>) => void;
declare const getCachedApolloClient: () => ApolloClient<NormalizedCacheObject> | undefined;
export { setCachedApolloClient, getCachedApolloClient };