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) 252 B
/** The configuration of the rule. */ export interface WorkflowRuleConfiguration { /** The ID of the rule. */ id?: string; /** The parameters related to the rule. */ parameters?: unknown; /** The rule key of the rule. */ ruleKey: string; }