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.

11 lines (10 loc) 320 B
export interface UserAvatarUrls { /** The URL of the user's 16x16 pixel avatar. */ '16x16'?: string; /** The URL of the user's 24x24 pixel avatar. */ '24x24'?: string; /** The URL of the user's 32x32 pixel avatar. */ '32x32'?: string; /** The URL of the user's 48x48 pixel avatar. */ '48x48'?: string; }