TCMiranda / joi-extract-type

Provides native type extraction from Joi schemas for Typescript
MIT License
151 stars 27 forks source link

add support for Joi.object(...).append(...) #18

Closed vViktorPL closed 4 years ago

vViktorPL commented 4 years ago

I had a case where append function were used in schema and type extractor was not aware of appended properties.

TCMiranda commented 4 years ago

Thanks @vViktorPL