/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Avatar { /** * The ID of the avatar. */ id: string; [x: string]: any; } //# sourceMappingURL=Avatar.d.ts.map