StringKeyedMap

typealias StringKeyedMap<T> = Map<String, T & Any>

Type alias representing a string keyed map.