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) 249 B
import type { AvailableDashboardGadget } from './availableDashboardGadget'; /** The list of available gadgets. */ export interface AvailableDashboardGadgetsResponse { /** The list of available gadgets. */ gadgets: AvailableDashboardGadget[]; }