interface AvatarWithDetails {
    avatar: ArrayBuffer;
    contentType: string;
}

Properties

Properties

avatar: ArrayBuffer

The binary representation of the avatar image.

contentType: string

The content type of the avatar. Expected values include 'image/png', 'image/svg+xml', or any other valid MIME type.