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 */);