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 (6 loc) 209 B
import type { DashboardGadget } from './dashboardGadget'; /** The list of gadgets on the dashboard. */ export interface DashboardGadgetResponse { /** The list of gadgets. */ gadgets: DashboardGadget[]; }