Type Alias HideCommunity

HideCommunity: { community_id: CommunityId; hidden: boolean; reason?: string }

Hide a community from the main view.

Type declaration

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