export type TLowHigh = {
    countLow: number;
    countHigh: number;
};
