export interface GameDataModel {
    highScore: number;
}
