@rimbu/commonRelatedToOn this pagetype RelatedTo<T,U>Accepts all types of T and U where T extends U or U extends T.Definitionexport type RelatedTo<T, U> = T | SuperOf<U, T>;