@karmaniverous/entity-tools
    Preparing search index...

    Type Alias SortOrder<E>

    SortOrder: { desc?: boolean; property: keyof Exactify<E> }[]

    Specifies progressive sorting on properties of an Entity type.

    Type Parameters

    Type Declaration

    • Optionaldesc?: boolean

      If true, sorts this property in descending order.

    • property: keyof Exactify<E>

      The entity property name to sort by.