_Merge<U>: IntersectOf<Overwrite<U, {
    [K in keyof U]-?: At<U, K>
}>>

Type Parameters

  • U extends object