Me: {
    avatar: string;
    bio: string;
    candor_hub_user: boolean;
    contact_email: string;
    email_opt_out: boolean;
    flags: string[];
    freelancer_profile: FreelacerProfile;
    id: string;
    type: UserType;
    uid: string;
    username: string;
}

Used in freelancers/@me endpoint.

Type declaration

  • avatar: string
  • bio: string
  • candor_hub_user: boolean
  • contact_email: string
  • email_opt_out: boolean
  • flags: string[]
  • freelancer_profile: FreelacerProfile
  • id: string
  • type: UserType
  • uid: string
  • username: string