What are the correct types for UseQueryOptions that will make select infer correctly?
Trying to make this work without using
partial
, else select
will emit TS error if returned data is mutated and doesnt equal the exact type.
0 Replies