/** A list of changelog IDs. */
export interface IssueChangelogIds {
  /** The list of changelog IDs. */
  changelogIds: number[];
}
