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) 229 B
export interface JsonContextVariable { /** Type of custom context variable. */ type: string; /** A JSON object containing custom content. */ // eslint-disable-next-line @typescript-eslint/no-explicit-any value?: any; }