Skip to content

Commit f958816

Browse files
Merge pull request #186 from microsoftgraph/typescriptDecimal
Convert edm.Decimal to Typescript number
2 parents 16eb717 + be7f1c1 commit f958816

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)