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.

11 lines (10 loc) 141 B
export interface Epic { id: number; self: string; name: string; summary: string; color: { key: string; }; done: boolean; }