FarcasterProfile
type FarcasterProfile = {  addresses?: Array<string>;  bio?: string;  custodyAddress?: string;  display?: string;  fid?: number;  pfp?: string;  username?: string;};
type addresses = Array<string>;
type bio = string;
type custodyAddress = string;
type display = string;
type fid = number;
type pfp = string;
type username = string;