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: 15 March, 2024