a-type/verdant

Copy docs strings from schema fields to respective model field typings

Closed this issue · 2 comments

Copy docs strings from schema fields to respective model field typings

This would actually be easier to support with a description field in the field definition itself. Then I don't have to parse the schema TS.

Implemented as a field config option.