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 (6 loc) 184 B
export interface OperationMessage { /** The human-readable message that describes the result. */ message: string; /** The status code of the response. */ statusCode: number; }