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.

8 lines (6 loc) 202 B
import type { IssueLinkType } from './issueLinkType'; /** A list of issue link type beans. */ export interface IssueLinkTypes { /** The issue link type bean. */ issueLinkTypes?: IssueLinkType[]; }