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) 254 B
import type { ErrorCollection } from './errorCollection'; import type { WarningCollection } from './warningCollection'; export interface NestedResponse { errorCollection?: ErrorCollection; status?: number; warningCollection?: WarningCollection; }