export interface GameTrackGameDefaultValues {
  speed: number[];
  powerUpIds: string[];
}
