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 (7 loc) 291 B
/** The details of the field configuration scheme. */ export interface UpdateFieldConfigurationSchemeDetails { /** The description of the field configuration scheme. */ description?: string; /** The name of the field configuration scheme. The name must be unique. */ name: string; }