Closed
Description
Im using Docker to generate my OpenAPI
https://openapi-generator.tech/docs/installation#docker
Any idea why startDate
for example, input as string
but still has the line
localVarQueryParameter['startDate'] = (startDate as any).toISOString();
It cause an error: toIsoString() is not a function