export type TWinningNumbersKeyValue = {
    key: string;
    value: number;
};
