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