import type { IssueLinkType } from './issueLinkType';

/** A list of issue link type beans. */
export interface IssueLinkTypes {
  /** The issue link type bean. */
  issueLinkTypes?: IssueLinkType[];
}
