You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current TypeScript model generator maps the RAML types datetime and dateonlyto string. Since the TypeScript Date type maps to the JavaScript Date and can be correctly parsed/stringified as JSON, we should use it in our TypeScript model generator.
The text was updated successfully, but these errors were encountered:
Our current TypeScript model generator maps the RAML types
datetime
anddateonly
tostring
. Since the TypeScriptDate
type maps to the JavaScriptDate
and can be correctly parsed/stringified as JSON, we should use it in our TypeScript model generator.The text was updated successfully, but these errors were encountered: