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) 235 B
export interface DeleteDashboardItemProperty { /** The ID of the dashboard. */ dashboardId: string; /** The ID of the dashboard item. */ itemId: string; /** The key of the dashboard item property. */ propertyKey: string; }