Omit<Type, Keys>

通过从 Type 中选择所有属性然后删除 Keys(字符串字面或字符串字面的并集)来构造一个类型。

Constructs a type by picking all properties from Type and then removing Keys (string literal or union of string literals).