Type alias UnionToPartialIntersection<T>

UnionToPartialIntersection<T>: UnionToIntersection<Partial<T>>

UnionToPartialIntersection Converts a union type of objects to an intersection type of partial objects.

Type Parameters

  • T extends object

    A union type of object types.

Returns

An intersection type where each type in the union T is made partial.

Generated using TypeDoc