specification
specification copied to clipboard
Number vs Integer in Data Types not consistent between APIs
Do these have an impact on the generated types, could be worth looking into.
Do these have an impact on the generated types, could be worth looking into.
Yes, because number can be both int and float, while integer is always int.
What is the expected resolution of this? Converting all number to integer?