Type alias HybridSort

HybridSort: Record<string, SortDirection | string | number[] | DataAPIVector | HybridSortObject> & {
    $hybrid: string | HybridSortObject;
}

Type declaration