export interface OrbAvatar {
    /** The first color of the avatar */
    color1?: string;
    /** The second color of the avatar */
    color2?: string;
}
