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

x/jira/src/version2/models/avatarWithDetails.ts>AvatarWithDetails

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

Properties

contentType: "image/png" | "image/svg+xml" | string

The content type of the avatar. Expected values include 'image/png', 'image/svg+xml', or any other valid MIME type.

avatar: ArrayBuffer

The binary representation of the avatar image.