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) 197 B
/** A screen tab. */ export interface ScreenableTab { /** The ID of the screen tab. */ id?: number; /** The name of the screen tab. The maximum length is 255 characters. */ name: string; }