interface Build {
    created_at: Date;
    display_version: string;
    id: number;
    users: number;
    version: null | string;
    youtube_id: null | string;
}

Hierarchy (view full)

Properties

created_at: Date
display_version: string
id: number
users: number

How many users are playing on this version of the game? (if web, should be 0)

version: null | string

The name of the version

youtube_id: null | string

If a video is showcased on the changelog

The ID of a Youtube video is whatever comes after /watch?v= in its url