Type alias MapToProp<A, P>

MapToProp<A, P>: IntersectOfProps<A, P>

Gets the intersect of properties of the elements in A This will be deprecated in 4.0. Please use IntersectOfProps instead.

Type Parameters

  • A extends Record<any, any>[]

  • P extends KeyTypes

Generated using TypeDoc