/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { AvatarAsResponse } from "../definitions/AvatarAsResponse"; export interface AvatarsAsResponse { /** * Custom avatars list. */ custom?: Array; /** * System avatars list. */ system?: Array; } //# sourceMappingURL=AvatarsAsResponse.d.ts.map