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.

10 lines (9 loc) 255 B
/** The response for status request for a running/completed export task. */ export interface ExportArchivedIssuesTaskProgress { fileUrl?: string; payload?: string; progress?: number; status?: string; submittedTime?: string; taskId?: string; }