export interface GetAlternativeIssueTypes {
  /** The ID of the issue type. */
  id: string;
}
