import { OrderDirection, ValueType } from "../../Common/Type"; export interface IOrderDefinition { 0: (source: T) => ValueType; 1?: OrderDirection; }