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) 207 B
/** Properties that identify a published workflow. */ export interface PublishedWorkflowId { /** The entity ID of the workflow. */ entityId?: string; /** The name of the workflow. */ name: string; }