API Reference > presentation-common > Core > Subtract 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 presentation/common/src/Utils.ts Line 29 Last Updated: 13 June, 2024