json-schema-to-typescript
json-schema-to-typescript copied to clipboard
option to prepend "readonly" to all fields
Linked Issue: #627
This PR introduces a new readonly
option. When enabled, this option generates all properties in interfaces as readonly, including nested objects and arrays.