Type Alias ApproveCommunityPendingFollower

ApproveCommunityPendingFollower: {
    approve: boolean;
    community_id: CommunityId;
    follower_id: PersonId;
}

Type declaration