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.

7 lines (5 loc) 189 B
import type { Avatar } from '../models'; export interface UpdateProjectAvatar extends Avatar { /** The ID or (case-sensitive) key of the project. */ projectIdOrKey: string | number; }