Given an object, and a string array containing one or more of that object's property
names, construct a new type that is the intersection of each property value. This
allows for the selective build-up of types for situations like REST APIs with an
include or similar argument that will furnish extra data in the response.
Given an object, and a string array containing one or more of that object's property names, construct a new type that is the intersection of each property value. This allows for the selective build-up of types for situations like REST APIs with an
include
or similar argument that will furnish extra data in the response.