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) 309 B
import type { NotificationSchemeEventDetails } from '../models'; export interface AddNotifications { /** The ID of the notification scheme. */ id: string; /** The list of notifications which should be added to the notification scheme. */ notificationSchemeEvents: NotificationSchemeEventDetails[]; }