Skip to content

Commit 668f118

Browse files
committed
Force export
1 parent c7100a3 commit 668f118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cache/core/types/Cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { AllFieldsModifier, Modifiers } from "./common.js";
33
import type { ApolloCache } from "../cache.js";
44

55
export namespace Cache {
6+
const _ = ''; // Make typescript export something
67
export type WatchCallback<TData = any> = (
78
diff: Cache.DiffResult<TData>,
89
lastDiff?: Cache.DiffResult<TData>

0 commit comments

Comments
 (0)