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.

5 lines (4 loc) 153 B
export interface GetSubscriptionStatus { /** The ID or key of the customer request to be queried for subscription status. */ issueIdOrKey: string; }