Type alias OrderBy<T>

OrderBy<T>: {
    [K in keyof T]?: OrderByValue
}[]

A generic type that being passed by each function and holds an array of properties we can sort the query by

Type Parameters

  • T

Generated using TypeDoc