typeshare-cli 1.1.0

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

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

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

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