SortPredicateObject<T>: {
    field: keyof T;
    sortDirection: keyof typeof SortDirection;
}

Type Parameters

Type declaration