type-plus
    Preparing search index...

    Type Alias MapToProp<A, P>

    MapToProp: 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