A changelog.

interface Changelog {
    author?: Version3.Version3Models.UserDetails;
    created?: string;
    historyMetadata?: Version3.Version3Models.HistoryMetadata;
    id?: string;
    items?: Version3.Version3Models.ChangeDetails[];
}

Properties

created?: string

The date on which the change took place.

id?: string

The ID of the changelog.

The list of items changed.