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

    Interface AvatarUrls

    interface AvatarUrls {
        "16x16"?: string;
        "24x24"?: string;
        "32x32"?: string;
        "48x48"?: string;
    }
    Index

    Properties

    "16x16"?: string

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

    "24x24"?: string

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

    "32x32"?: string

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

    "48x48"?: string

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