Skip to content

Commit

Permalink
Clean up Prettier, Size-limit, and Api-Extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Dec 5, 2024
1 parent f1430f6 commit 75c9e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .api-reports/api-report-link_persisted-queries.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interface BaseOptions {
// Warning: (ae-forgotten-export) The symbol "ApolloLink" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const createPersistedQueryLink: (options: PersistedQueryLink.Options) => ApolloLink & {
export const createPersistedQueryLink: (options: PersistedQueryLink.Options) => ApolloLink & ({
resetHashCache: () => void;
} & ({
getMemoryInternals(): {
Expand All @@ -73,7 +73,7 @@ export const createPersistedQueryLink: (options: PersistedQueryLink.Options) =>
};
} | {
getMemoryInternals?: undefined;
});
}));

// @public (undocumented)
interface DefaultContext extends Record<string, any> {
Expand Down

0 comments on commit 75c9e0c

Please sign in to comment.