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) 205 B
/** The ID and the name of the workflow scheme. */ export interface WorkflowSchemeIdName { /** The ID of the workflow scheme. */ id: string; /** The name of the workflow scheme. */ name: string; }