The type of the input object.
A type representing the keys to omit from the object.
The object to omit properties from.
The keys to omit from the object. Can either be a single string to omit one, or an array to omit multiple.
An object with a new reference in memory, with the properties omitted.
Omits properties from a given object.