Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/agile/models/avatarUrls.ts>AvatarUrls

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface AvatarUrls
import { type AvatarUrls } from "https://deno.land/x/jira@v3.0.2/src/agile/models/avatarUrls.ts";

Details about the avatars for an item.

Properties

optional
16x16: string

The URL of the item's 16x16 pixel avatar.

optional
24x24: string

The URL of the item's 24x24 pixel avatar.

optional
32x32: string

The URL of the item's 32x32 pixel avatar.

optional
48x48: string

The URL of the item's 48x48 pixel avatar.