@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.
9 lines (8 loc) • 317 B
text/typescript
export interface RemoveModules {
/**
* The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter. For
* example, `moduleKey=dynamic-attachment-entity-property&moduleKey=dynamic-select-field`. Nonexistent keys are
* ignored.
*/
moduleKey?: string[];
}