type-plus
    Preparing search index...

    Type Alias PropUnion<A, P>

    PropUnion: UnionOfProps<A, P>

    Gets the union of properties in the element of A This will be deprecated in 4.0. Please use UnionOfProps instead.

    Type Parameters

    • A extends readonly Record<any, any>[]
    • P extends KeyTypes