pub type EnsureRootOrHalfTechnicalCommittee = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, TechnicalCommitteeCollectiveInst, 1, 2>>;

Aliased Type§

struct EnsureRootOrHalfTechnicalCommittee(/* private fields */);