pub type EnsureRootOrHalfTechCommitteeOrTwoThirdCouncil = EitherOfDiverse<EnsureRootOrHalfTechnicalCommittee, EnsureProportionAtLeast<AccountId, MainCouncilCollectiveInst, 2, 3>>;
Aliased Type§
struct EnsureRootOrHalfTechCommitteeOrTwoThirdCouncil(/* private fields */);