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

x/jira/src/version2/models/userAvatarUrls.ts>UserAvatarUrls

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

Properties

optional
16x16: string

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

optional
24x24: string

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

optional
32x32: string

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

optional
48x48: string

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