/** A list of issue IDs. */
export interface IssueList {
  /** The list of issue IDs. */
  issueIds: string[];
}
