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.

7 lines (5 loc) 248 B
import type { VersionRelatedWork } from '../models'; export interface UpdateRelatedWork extends VersionRelatedWork { /** The ID of the version to update the related work on. For the related work id, pass it to the input JSON. */ id: string; }