Subtract<T, K> Type
Subtract = Omit<T, >
Create a type with T
properties excluding all properties in type K
.
Usage example: Subtract<SomeType, ExcludePropertiesInThisType>
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.