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.

10 lines (9 loc) 241 B
export interface AttachmentLink { self?: string; /** REST API URL for the attachment */ jiraRest?: string; /** URL for the attachment. */ content?: string; /** URL for the attachment's thumbnail image. */ thumbnail?: string; }