Documentation
Preparing search index...
@map-colonies/drizzle-utils
SortOptions
Type Alias SortOptions<T>
SortOptions
:
{
[
key
in
keyof
T
]
?:
"asc"
|
"desc"
}
A map of entity keys to their requested sort direction.
Type Parameters
T
extends
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A map of entity keys to their requested sort direction.