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) 163 B
/** Property key details. */ export interface PropertyKey { /** The key of the property. */ key?: string; /** The URL of the property. */ self?: string; }