Type Alias RemoveCommunity

RemoveCommunity: {
    community_id: CommunityId;
    reason?: string;
    removed: boolean;
}

Remove a community (only doable by moderators).

Type declaration

  • community_id: CommunityId
  • Optionalreason?: string
  • removed: boolean