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) 188 B
import type { RequestTypeIconLink } from './requestTypeIconLink'; export interface RequestTypeIcon { /** ID of the request type icon. */ id?: string; Links?: RequestTypeIconLink; }