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) 183 B
/** The details of a transition screen. */ export interface TransitionScreenDetails { /** The ID of the screen. */ id: string; /** The name of the screen. */ name?: string; }