Interface FollowCommunity

interface FollowCommunity {
    community_id: number;
    follow: boolean;
}

Properties

Properties

community_id: number
follow: boolean