apollo-utils
apollo-utils copied to clipboard
KeyvAdapter v5 type support
Related to https://github.com/apollographql/apollo-utils/issues/457
TypeScript returns the following error:
Argument of type 'Keyv' is not assignable to parameter of type 'Keyv<string, Record<string, unknown>>'.
Type 'Keyv' is missing the following properties from type 'Keyv<string, Record<string, unknown>>': once, getMaxListeners, rawListeners, listenerCount, and 3 more.ts(2345)