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.

7 lines (5 loc) 222 B
import type { IssueTypeIdsToRemove } from '../models'; export interface RemoveIssueTypesFromGlobalFieldConfigurationScheme extends IssueTypeIdsToRemove { /** The ID of the field configuration scheme. */ id: number; }