export interface IssueTransitionStatus {
  /** The unique ID of the status. */
  statusId?: number;
  /** The name of the status. */
  statusName?: string;
}
