Alokai
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

NameRequiredTypeDescription
formatOptionalstringImage format. It's optional. {string} UserAvatar
urlOptionalstringURL of customer profile image in media server. It's optional. {string} UserAvatar

On this page