Type Alias OrderBy<T>

OrderBy: { [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
MMNEPVFCICPMFPCPTTAAATR