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) 205 B
import type { SecurityScheme } from './securityScheme'; /** List of security schemes. */ export interface SecuritySchemes { /** List of security schemes. */ issueSecuritySchemes?: SecurityScheme[]; }