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) 228 B
import type { SecurityLevel } from './securityLevel'; /** List of issue level security items in a project. */ export interface ProjectIssueSecurityLevels { /** Issue level security items list. */ levels: SecurityLevel[]; }