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 (6 loc) 190 B
import type { Avatar } from './avatar'; /** List of system avatars. */ export interface SystemAvatars { /** A list of avatar details. */ system: Omit<Avatar, 'fileName' | 'owner'>[]; }