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) 196 B
export interface UpdateDefaultScreenScheme { /** The ID of the issue type screen scheme. */ issueTypeScreenSchemeId: string; /** The ID of the screen scheme. */ screenSchemeId: string; }