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.

9 lines (8 loc) 232 B
export interface DeleteAvatar { /** The avatar type. */ type: 'project' | 'issuetype' | string; /** The ID of the item the avatar is associated with. */ owningObjectId: string; /** The ID of the avatar. */ id: number; }