export type MinMax = {
    value: number;
    name: string;
};
