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 (7 loc) 243 B
import type { DashboardGadgetUpdateRequest } from '../models'; export interface UpdateGadget extends DashboardGadgetUpdateRequest { /** The ID of the dashboard. */ dashboardId: number; /** The ID of the gadget. */ gadgetId: number; }