We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7100a3 commit 668f118Copy full SHA for 668f118
src/cache/core/types/Cache.ts
@@ -3,6 +3,7 @@ import type { AllFieldsModifier, Modifiers } from "./common.js";
3
import type { ApolloCache } from "../cache.js";
4
5
export namespace Cache {
6
+ const _ = ''; // Make typescript export something
7
export type WatchCallback<TData = any> = (
8
diff: Cache.DiffResult<TData>,
9
lastDiff?: Cache.DiffResult<TData>
0 commit comments