Traqula
    Preparing search index...
    interface OrderBy {
        expressions: Algebra.Expression[];
        input: Algebra.Operation;
        metadata?: Record<string, unknown>;
        type: ORDER_BY;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    expressions: Algebra.Expression[]
    metadata?: Record<string, unknown>
    type: ORDER_BY