export interface ImageAvatar {
    /** The URL of the avatar */
    url?: string;
}
