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) 250 B
/** Details of a notification scheme. */ export interface UpdateNotificationSchemeDetails { /** The description of the notification scheme. */ description?: string; /** The name of the notification scheme. Must be unique. */ name?: string; }