Interface CommunityFollowerView

interface CommunityFollowerView {
    community: Community;
    follower: Person;
}

Properties

Properties

community: Community
follower: Person