Describe the feature you'd like to request
By using this example in v11.10.0

ReactQueryOptions['post']['byId'] doesnt have select property, whereas options in trpc.post.byId.useQuery(input, options) does have it
Describe the solution you'd like to see
ReactQueryOptions['post']['byId'] include select property
Describe alternate solutions
add a customselect (data) fn type to options in trpc.post.byId.useQuery(input, options)