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 (6 loc) 231 B
import type { ProjectIdentifier } from './projectIdentifier'; /** A list of projects in which a user is granted permissions. */ export interface PermittedProjects { /** A list of projects. */ projects?: ProjectIdentifier[]; }