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 (7 loc) 297 B
/** The configuration for notification recipents */ export interface NotificationSchemeNotificationDetailsPayload { /** The type of notification. */ notificationType?: string; /** The parameter of the notification, should be eiither null if not required, or PCRI. */ parameter?: string; }