Jira.js - Jira Cloud API library
    Preparing search index...

    Interface AvatarWithDetails

    interface AvatarWithDetails {
        avatar: Uint8Array;
        contentType: string;
    }
    Index

    Properties

    Properties

    avatar: Uint8Array

    The binary representation of the avatar image.

    contentType: string

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