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) 200 B
/** Identifiers for a UI modification. */ export interface UiModificationIdentifiers { /** The ID of the UI modification. */ id: string; /** The URL of the UI modification. */ self: string; }