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) 204 B
/** Details of an issue navigator column item. */ export interface ColumnItem { /** The issue navigator column label. */ label?: string; /** The issue navigator column value. */ value?: string; }