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 (7 loc) 178 B
/** The version details of the workflow. */ export interface DocumentVersion { /** The version UUID. */ id?: string; /** The version number. */ versionNumber?: number; }