Interface GameVersion

interface GameVersion {
    date: string;
    major: boolean;
    version: string;
    version_type: string;
}

Properties

date: string

The date of the game version release

major: boolean

Whether or not this is a major version, used for Featured Versions

version: string

The name/number of the game version

version_type: string

The type of the game version