ExcludeMethods Creates a type with all properties of T excluding those which are functions.
The object type to process.
An object type similar to T but without function properties.
Generated using TypeDoc
ExcludeMethods Creates a type with all properties of T excluding those
which are functions.