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.

7 lines (5 loc) 213 B
import type { WorkflowScheme } from '../models'; export interface UpdateWorkflowSchemeDraft extends WorkflowScheme { /** The ID of the active workflow scheme that the draft was created from. */ id: number; }