With model sdk 2.2.0 and 2.3.0 I get this error after executing command tsc
nodemodules/mendixmodelsdk/dist/sdk/internal/units.d.ts(88,11): error TS1110: Type expected. nodemodules/mendixmodelsdk/dist/sdk/internal/units.d.ts(125,11): error TS1110: Type expected.
With model sdk 2.1.0 and lower, I don't get this error. In all cases I use platform-sdk 2.0.0 In need to use 2.2.0 or higher as I use Mendix 6.4.0 and need the allProperties-function (available from 2.2.0).
Any ideas how to solve this?