export interface ISortByFunction<T> {
	(prop:T):any,
}