TranslationMapType typedef

TranslationMapType = Map<String, Map<String, String>>

The default type for Okito apps' translation.

Implementation

typedef TranslationMapType = Map<String, Map<String, String>>;