Where can I add a query key?
I tried to follow as in useQuery from Tanstack, but Typescript started complaining
api.prompts.tags.useQuery(undefined, {
cacheTime: 60 * 60 * 40,
});api.prompts.tags.useQuery(undefined, {
cacheTime: 60 * 60 * 40,
});