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) 288 B
import type { EventNotification } from './eventNotification'; import type { NotificationEvent } from './notificationEvent'; /** Details about a notification scheme event. */ export interface NotificationSchemeEvent { event?: NotificationEvent; notifications?: EventNotification[]; }