export interface IMaxMin { max: number; min: number; }