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.

5 lines (3 loc) 160 B
import type { Issue as ExternalIssueInterface } from '../../version2/models/issue'; /** Details about an issue. */ export type Issue = ExternalIssueInterface;