Type Alias MergeShapes<U, V>

MergeShapes: { [k in Exclude<keyof U, keyof V>]: U[k] } & V

Type Parameters

  • U
  • V