Skip to content

Commit

Permalink
Force export
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Aug 28, 2024
1 parent c7100a3 commit 668f118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cache/core/types/Cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { AllFieldsModifier, Modifiers } from "./common.js";
import type { ApolloCache } from "../cache.js";

export namespace Cache {
const _ = ''; // Make typescript export something
export type WatchCallback<TData = any> = (
diff: Cache.DiffResult<TData>,
lastDiff?: Cache.DiffResult<TData>
Expand Down

0 comments on commit 668f118

Please sign in to comment.