/** The list of issue type IDs. */
export interface IssueTypeIds {
  /** The list of issue type IDs. */
  issueTypeIds: string[];
}
