SortPredicate<T>: {
    [K in keyof T]-?: SortPredicateExpression<T, NonNullable<T[K]>>
}

Type Parameters