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) 202 B
export interface GetProjectRoleActorsForRole { /** * The ID of the project role. Use [Get all project roles](#api-rest-api-2-role-get) to get a list of project role * IDs. */ id: number; }