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

    Interface SystemAvatars

    List of system avatars.

    interface SystemAvatars {
        system: Omit<Version3Models.Avatar, "fileName" | "owner">[];
    }
    Index

    Properties

    Properties

    system: Omit<Version3Models.Avatar, "fileName" | "owner">[]

    A list of avatar details.