@elemental/common / TypeAliasOverride Generic types:T1 T2 No documentation has been provided.Presentation type Override = Omit<T1, keyof T2> & T2;