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.

7 lines (5 loc) 233 B
import type { SecuritySchemeLevel } from './securitySchemeLevel'; export interface AddSecuritySchemeLevelsRequest { /** The list of scheme levels which should be added to the security scheme. */ levels: SecuritySchemeLevel[]; }