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.

9 lines (8 loc) 316 B
/** Details of a request to bulk edit shareable entity. */ export interface BulkEditShareableEntity { /** Allowed action for bulk edit shareable entity */ action: string; /** The mapping dashboard id to errors if any. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any entityErrors?: any; }