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 (6 loc) 284 B
export interface VersionMove { /** The URL (self link) of the version after which to place the moved version. Cannot be used with `position`. */ after?: string; /** An absolute position in which to place the moved version. Cannot be used with `after`. */ position?: string; }