FullProfileResponse

type FullProfileResponse = {
handle: string;
joinDate: bigint | null;
profileData: LensProfileSchema | null;
} | null;