pub type EnsureRootOrTwoThirdsCommunityCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, CommunityCouncilCollectiveInst, 2, 3>>;Aliased Type§
struct EnsureRootOrTwoThirdsCommunityCouncil(/* private fields */);pub type EnsureRootOrTwoThirdsCommunityCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, CommunityCouncilCollectiveInst, 2, 3>>;struct EnsureRootOrTwoThirdsCommunityCouncil(/* private fields */);