/** * This file was auto-generated by Fern from our API Definition. */ export interface OrbAvatar { /** The first color of the avatar */ color_1?: string; /** The second color of the avatar */ color_2?: string; }