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) 261 B
/** Details of the instance's attachment settings. */ export interface AttachmentSettings { /** Whether the ability to add attachments is enabled. */ enabled?: boolean; /** The maximum size of attachments permitted, in bytes. */ uploadLimit?: number; }