Skip to content

Commit 28d99fc

Browse files
authored
fix: string type for dates (#2048)
1 parent 01dbd3a commit 28d99fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

common/types.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/typeshare.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[typescript.type_mappings]
22
"DateTime" = "string"
3+
"NaiveDate" = "string"
34
"Value" = "any"

0 commit comments

Comments
 (0)