pub type PropMap<K, V> = IndexMap<K, V>;
The structure of the internal storage object properties.
struct PropMap<K, V> { /* private fields */ }