@sample-stack/counter-module-browser
Version:
Sample core for higher packages to depend on
5 lines • 300 B
TypeScript
import { ApolloClient } from '@apollo/client/index.js';
declare const client: ApolloClient<import("@apollo/client/index.js").NormalizedCacheObject>;
declare function getDataIdFromObject(result: any): any;
export { client, getDataIdFromObject };
//# sourceMappingURL=apollo-client-test-helper.d.ts.map