FollowNotification: {
    __typename: "FollowNotification";
    followers: Profile[];
    id: string;
}

Type declaration

  • __typename: "FollowNotification"
  • followers: Profile[]
  • id: string