jquense / yup

Dead simple Object schema validation
MIT License
22.94k stars 935 forks source link

Export locale object interfaces to improve setLocale typescript support for added methods #2249

Open vinsjo opened 1 month ago

vinsjo commented 1 month ago

Added exporting of locale interfaces (MixedLocale, StringLocale, NumberLocale,DateLocale,ObjectLocale, ArrayLocale, TupleLocale and BooleanLocale) to enable extending them when adding new methods.

More details in issue: https://github.com/jquense/yup/issues/2248