UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

9 lines (7 loc) 217 B
import type { TaskProgressNode } from './taskProgressNode'; /** The ID of a priority scheme. */ export interface PrioritySchemeId { /** The ID of the priority scheme. */ id?: string; task?: TaskProgressNode; }