Type alias GetObjSameKeys<T, U>

GetObjSameKeys<T, U>: Omit<T | U, keyof internal.GetObjDifferentKeys<T, U>>

Take two objects T and U and create the new one with the same objects keys helper generic for MergeObject

Type Parameters

Type Parameters

  • T

  • U