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 (6 loc) 286 B
import type { WorkflowUpdateRequest } from './workflowUpdateRequest'; import type { ValidationOptionsForUpdate } from './validationOptionsForUpdate'; export interface WorkflowUpdateValidateRequest { payload: WorkflowUpdateRequest; validationOptions?: ValidationOptionsForUpdate; }