Subtract<T, K> Type alias
Create a type with T
properties excluding all properties in type K
.
Usage example: Subtract<SomeType, ExcludePropertiesInThisType>
Subtract = Omit<T, >
Defined in
Last Updated: 20 June, 2023
Create a type with T
properties excluding all properties in type K
.
Usage example: Subtract<SomeType, ExcludePropertiesInThisType>
Subtract = Omit<T, >
Last Updated: 20 June, 2023