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) 247 B
export interface Id { /** * The ID of the permission scheme to associate with the project. Use the [Get all permission * schemes](#api-rest-api-3-permissionscheme-get) resource to get a list of permission scheme IDs. */ id: number; }