Type alias PropUnion<A, P>

PropUnion<A, P>: 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

Generated using TypeDoc