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 (8 loc) 302 B
import type { ConnectModule } from './connectModule'; export interface ConnectModules { /** * A list of app modules in the same format as the `modules` property in the [app * descriptor](https://developer.atlassian.com/cloud/jira/platform/app-descriptor/). */ modules: ConnectModule[]; }