### Description I need to use the node api to make sure date-times are parsed as Dates and not strings. ### Proposal Create a simple cli flag: --date-time-type Allow the values string or date ### Extra - [ ] I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CONTRIBUTING.md))
Description
I need to use the node api to make sure date-times are parsed as Dates and not strings.
Proposal
Create a simple cli flag: --date-time-type
Allow the values string or date
Extra