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.

10 lines (8 loc) 290 B
import type { CreateUpdateRoleRequest } from '../models'; export interface PartialUpdateProjectRole extends CreateUpdateRoleRequest { /** * 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; }