UnionToPartialIntersection Converts a union type of objects to an intersection type of partial objects.
A union type of object types.
An intersection type where each type in the union T is made partial.
Generated using TypeDoc
UnionToPartialIntersection Converts a union type of objects to an
intersection type of partial objects.