infodushaI
tRPC2y ago
1 reply
infodusha

Make meta in react-query type-safe.

So right now I have to write something like
*.useQuery({}, {
  meta: {
    mfa: false
  } satisfies ReactQueryMeta
});


Is there a way to force all the queries to have this meta typed with my type?
Was this page helpful?