swagger-typescript-api
swagger-typescript-api copied to clipboard
feat: add immutable types
In a functional codebase consumers of swagger-typescript-api would want to force properties and values to be immutable even if swagger spec does not have readOnly property.
With this change one can simply add --immutable flag or set immutable option to force immutable types.