apollo-utils icon indicating copy to clipboard operation
apollo-utils copied to clipboard

KeyvAdapter v5 type support

Open reggermont opened this issue 5 months ago • 2 comments

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)

reggermont avatar Aug 28 '24 09:08 reggermont