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.

9 lines (7 loc) 282 B
import type { ApprovalDecisionRequest } from '../models'; export interface AnswerApproval extends ApprovalDecisionRequest { /** The ID or key of the customer request to be updated. */ issueIdOrKey: string; /** The ID of the approval to be updated. */ approvalId: number; }