UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

11 lines (10 loc) 333 B
import type { Trie } from "@wry/trie"; /** * @internal * For use in InMemoryCache only. This should not be used in userland * code. * * @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time. */ export type DeferInfoTrie = Trie<true>; //# sourceMappingURL=DeferInfo.d.ts.map