You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
UserAvatar
Representation of a profile picture. UserAvatar
export interface UserAvatar {
'format'?: string;
'url'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
format | Optional | string | Image format. It's optional. {string} UserAvatar |
url | Optional | string | URL of customer profile image in media server. It's optional. {string} UserAvatar |