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) 225 B
import type { StatusUpdate } from './statusUpdate'; /** The list of statuses that will be updated. */ export interface StatusUpdateRequest { /** The list of statuses that will be updated. */ statuses?: StatusUpdate[]; }