query
query copied to clipboard
type(vue-query): introduce `ShallowOption` to unify `shallow` type and JSDoc
This PR introduces a shared ShallowOption type to unify the shallow?: boolean option and its JSDoc across various composables in @tanstack/vue-query.
If there is anything I might have missed, please feel free to let me know. Thank you!