TSortClause<S, N>: {
    ascending: boolean;
    field: TFieldName<S, N>;
}

Type Parameters

Type declaration