json-schema-to-typescript icon indicating copy to clipboard operation
json-schema-to-typescript copied to clipboard

option to prepend "readonly" to all fields

Open Abhi-Bohora opened this issue 5 months ago • 1 comments

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.

Abhi-Bohora avatar Oct 02 '24 07:10 Abhi-Bohora