interface ChangelogsResponse {
    asOf: string;
    items: ChangelogEntry[];
    total: number;
}

Properties

Properties

asOf: string
total: number