@rimbu/collection-types@rimbu/collection-types/map-customWithKeyValueOn this pagetype WithKeyValue<Tp,K,V>A utility type to set the key type to given type K, and the value type to given type V.Definitionexport type WithKeyValue<Tp, K, V> = Tp & KeyValue<K, V>;