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

x/jira/src/version3/parameters/getAvatarImageByType.ts>GetAvatarImageByType

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

Properties

type: "issuetype" | "project" | string

The icon type of the avatar.

optional
size:
| "xsmall"
| "small"
| "medium"
| "large"
| "xlarge"
| string

The size of the avatar image. If not provided the default size is returned.

optional
format: "png" | "svg" | string

The format to return the avatar image in. If not provided the original content format is returned.