Interface ListCommunitiesResponse

interface ListCommunitiesResponse {
    communities: CommunityView[];
}

Properties

Properties

communities: CommunityView[]