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.

10 lines (9 loc) 284 B
/** The list of available trigger types. */ export interface AvailableWorkflowTriggerTypes { /** The description of the trigger rule. */ description?: string; /** The name of the trigger rule. */ name?: string; /** The type identifier of trigger rule. */ type?: string; }