/** The ID of an issue priority. */
export interface PriorityId {
  /** The ID of the issue priority. */
  id: string;
}
