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

Aliased Type§

struct EnsureRootOrAllTechnicalCommittee(/* private fields */);