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) 193 B
import type { Error } from './error'; export interface Errors { issueIsSubtask?: Error; issuesInArchivedProjects?: Error; issuesInUnlicensedProjects?: Error; issuesNotFound?: Error; }