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 (7 loc) 235 B
export interface GetApplicationRole { /** * The key of the application role. Use the [Get all application roles](#api-rest-api-2-applicationrole-get) operation * to get the key for each application role. */ key: string; }