// (C) 2020 GoodData Corporation
export interface IMinMax {
    min?: number;
    max?: number;
}
