pub type EnsureRootOrTwoThirdsMainCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, MainCouncilCollectiveInst, 2, 3>>;Aliased Typeยง
struct EnsureRootOrTwoThirdsMainCouncil(/* private fields */);pub type EnsureRootOrTwoThirdsMainCouncil = EitherOfDiverse<EnsureRoot<AccountId>, EnsureProportionAtLeast<AccountId, MainCouncilCollectiveInst, 2, 3>>;struct EnsureRootOrTwoThirdsMainCouncil(/* private fields */);