So right now I have to write something like ```typescript *.useQuery({}, { meta: { mfa: false } satisfies ReactQueryMeta }); ``` Is there a way to force all the queries to have this meta typed with my type?