What is the type for an .orderBy() parameter
Inside of a function, i have a query more complicated than this, but something like:
I'd like to be able to pass in the
part of that from the outside., but to do that I need to know what type i should be putting on the function parameter.
I'd like to be able to pass in the
part of that from the outside., but to do that I need to know what type i should be putting on the function parameter.