changelog_entries
changelog_entries: {
category: string;
created_at: Date;
github_pull_request_id: null | number;
github_url: null | string;
github_user?: {
display_name: string;
github_url: null | string;
github_username: null | string;
id: null | number;
osu_username: null | string;
user_id: null | number;
user_url: null | string;
};
id: null | number;
major: boolean;
message?: null | string;
message_html?: null | string;
repository: null | string;
title: null | string;
type: string;
url: null | string;
}[]
Type declaration
category: string
created_at: Date
github_pull_request_id: null | number
github_url: null | string
Optional
github_user?: {
display_name: string;
github_url: null | string;
github_username: null | string;
id: null | number;
osu_username: null | string;
user_id: null | number;
user_url: null | string;
}
display_name: string
github_url: null | string
github_username: null | string
id: null | number
osu_username: null | string
user_id: null | number
user_url: null | string
id: null | number
major: boolean
Optional
message?: null | string
Optional
message_html?: null | string
repository: null | string
title: null | string
type: string
url: null | string
Obtainable From
API.getChangelogBuild / API.lookupChangelogBuild