getting type of query
component
FunctionReturnType<api.accounts.list> returns the type of the data but doesn't include the query states. And UsePaginatedQueryReturnType<api.accounts.list> creates a type mismatch.What's the correct way to do this?
