Releases: Himenon/openapi-typescript-code-generator
Releases · Himenon/openapi-typescript-code-generator
@himenon/openapi-typescript-code-generator@1.1.0
What's Changed
New Features
It now works with the following schema as well.
/undefined/operation/:id:
get:
# operationId: getUndefinedOperation
responses:
200:
description: Success
content:
application/json:
schema:
type: object
properties:
message:
type: string
description: Undefined operation response