/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { AvatarAsResponse } from "../definitions/AvatarAsResponse"; export interface ProjectAvatarsAsResponse { /** * List of avatars added to Jira. These avatars may be deleted. */ custom?: Array; /** * List of avatars included with Jira. These avatars cannot be deleted. */ system?: Array; } //# sourceMappingURL=ProjectAvatarsAsResponse.d.ts.map