export type CommunityFollowerState = "accepted" | "pending" | "approval_required" | "denied";