Skip to content

Commit

Permalink
Remove export on QueryManagerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 31, 2025
1 parent abcbc92 commit 26ff7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/QueryManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ interface MaskOperationOptions<TData> {
fetchPolicy?: WatchQueryFetchPolicy;
}

export interface QueryManagerOptions<TStore> {
interface QueryManagerOptions<TStore> {
cache: ApolloCache<TStore>;
link: ApolloLink;
defaultOptions: DefaultOptions;
Expand Down

0 comments on commit 26ff7e5

Please sign in to comment.