pub type EnsureRootOrTwoThirdsTechnicalCommittee = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, TechnicalCommitteeCollectiveInst, 2, 3>>;

Aliased Type§

struct EnsureRootOrTwoThirdsTechnicalCommittee(/* private fields */);