Closed
Description
I ran across userland code recently where the developer had to copy the BasicGroupByOptions
interface into their own code because we don't expose it. If we have an interface for an options/config argument, we should be exposing that type so people can use it.
We'll probably want to make sure their naming convention is consistent prior to exposure.
Activity