OmitByType
OmitByType<T, V> = Omit<T, KeysOfType<T, V>>Source: common.ts:278
Omits properties of T that have values assignable to V
Type Parameters
T— Object typeV— Value type to exclude
OmitByType<T, V> = Omit<T, KeysOfType<T, V>>Source: common.ts:278
Omits properties of T that have values assignable to V
Type Parameters
T — Object typeV — Value type to exclude