From 511458a8fdb0437cdb8dc766a62b2deba0e02d16 Mon Sep 17 00:00:00 2001 From: msand Date: Wed, 28 Aug 2024 19:38:11 +0200 Subject: [PATCH] Force export --- src/cache/core/types/Cache.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cache/core/types/Cache.ts b/src/cache/core/types/Cache.ts index 8811428df84..328bfd58051 100644 --- a/src/cache/core/types/Cache.ts +++ b/src/cache/core/types/Cache.ts @@ -3,6 +3,8 @@ import type { AllFieldsModifier, Modifiers } from "./common.js"; import type { ApolloCache } from "../cache.js"; export namespace Cache { + // @ts-ignore + const _ = ""; // Make typescript export something export type WatchCallback = ( diff: Cache.DiffResult, lastDiff?: Cache.DiffResult