Exclude<UnionType, ExcludedMembers>

通过从 UnionType 中排除所有可分配给 ExcludedMembers 的联合成员来构造一个类型。

Constructs a type by excluding from UnionType all union members that are assignable to ExcludedMembers.