adamko-dev/kotlinx-serialization-typescript-generator

Implement Maps with primitive keys

aSemy opened this issue · 0 comments

aSemy commented

Map<String, String> should be transformed to { [key: string]: string }

(In the future, maps with complex keys should be supported.)