/** * This file was auto-generated by Fern from our API Definition. */ export interface UrlAvatar { /** The custom URL of the avatar */ custom_url?: string; }