export interface UrlAvatar {
    /** The custom URL of the avatar */
    customUrl?: string;
}
