Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

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.