Type error using ActoinCache
'getAgjdbArqatendCached' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.ts(7022)
Some one can help me to understand this error?
On the backend the function is working, but that type error is anoying
1 Reply
Add return types to the handler of what is using the cache, not just the cached action. if those are depending on the cached action type for their return values. https://github.com/get-convex/cache/blob/main/README.md#L18-L28