typeshare-cli 1.7.0

Command Line Tool for generating language files with typeshare
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[swift.type_mappings]
"DateTime" = "Date"

[typescript.type_mappings]
"DateTime" = "string"

[kotlin.type_mappings]
"DateTime" = "String"

[scala.type_mappings]
"DateTime" = "String"

[go.type_mappings]
"DateTime" = "string"