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) 237 B
export interface DeleteStatusesById { /** * The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, * id=10000&id=10001. * * Min items `1`, Max items `50` */ id?: string[]; }