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) 176 B
/** A license metric */ export interface LicenseMetric { /** The key of the license metric. */ key?: string; /** The value for the license metric. */ value?: string; }