type alias MergeRightOmitComplexesView codeMerge two objects, with left precedence Type ParametersTView codeUView codeX = ObjectXorKeys<T, U> & OmitComplexes<[K in keyof U]: U[K]>View codeDefinitionXView code