Describe the bug
The type of QuerySpec parameters does not accept readonly array nor ArrayLike.
I working with immutable data, but it's bothersome forcing the type in this cases, and accepting this type of values should affect the behavior since they are still arrays.
In specific is the type JSONArray which only extends from Array and not ArrayLike.
To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
Accept any type of arrays on the QuerySpec parameters.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
This was released in 3.8.0
Most helpful comment
This was released in 3.8.0