Skip to content

Commit be7f1c1

Browse files
committed
Convert edm.Decimal to number
1 parent 16eb717 commit be7f1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GraphODataTemplateWriter/CodeHelpers/TypeScript/TypeHelperTypeScript.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public static string GetTypeString(this OdcmProperty prop)
2525
case "Json":
2626
typeStr = "any";
2727
break;
28+
case "Decimal":
2829
case "Int16":
2930
case "Int32":
3031
case "Int64":

0 commit comments

Comments
 (0)