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 |