ProfileFields: {
    __typename: "Profile";
    createdAt: string;
    followModule: FeeFollowModuleSettings | RevertFollowModuleSettings | UnknownFollowModuleSettings | null;
    followNftAddress: NetworkAddress | null;
    globalStats: ProfileStats;
    guardian: ProfileGuardianResult | null;
    handle: HandleInfo | null;
    id: ProfileId;
    interests: string[];
    invitesLeft: number;
    metadata: ProfileMetadata | null;
    onchainIdentity: ProfileOnchainIdentity;
    operations: ProfileOperations;
    ownedBy: NetworkAddress;
    peerToPeerRecommendedByMe: boolean;
    signless: boolean;
    sponsor: boolean;
    stats: ProfileStats;
    txHash: string;
}

Type declaration