Entity
    Preparing search index...
    type EntityLoaderBaseOrderByClause = {
        nulls?: NullsOrdering;
        order: OrderByOrdering;
    }
    Index

    Properties

    Properties

    Optional nulls ordering for this order by clause. If not provided, no specific nulls ordering is applied.

    The OrderByOrdering to order by.