Would exclude interfaces and generic type parameters. Workaround: `not[anyof[interface, T]]` ```powershell Find-Type -Signature { [allof[IAdditionOperators[any, any, any], not[anyof[interface, T]]]] }