export interface IMinMax {
    min?: number;
    max?: number;
}
