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) 276 B
import type { ProjectId } from './projectId'; /** Projects and issue types where the status is used. Only available if the `usages` expand is requested. */ export interface ProjectIssueTypes { /** IDs of the issue types */ issueTypes?: string[]; project?: ProjectId; }