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) 238 B
/** A project's sender email address. */ export interface ProjectEmailAddress { /** The email address. */ emailAddress?: string; /** When using a custom domain, the status of the email address. */ emailAddressStatus?: string[]; }