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.

7 lines (5 loc) 188 B
import type { Notification } from '../models'; export interface Notify extends Notification { /** ID or key of the issue that the notification is sent for. */ issueIdOrKey: string; }