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) 173 B
/** The identifiers for a project. */ export interface ProjectIdentifier { /** The ID of the project. */ id?: number; /** The key of the project. */ key?: string; }