You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance FieldError with code and suggestion properties (#545)
# Description
Adds `IAddressVerificationFieldError` interface and replaces the
`errors` key of `Verification` with it as it's the proper type. Adds
missing `suggestion` to `IFieldError`
# Testing
Just added optional types
# Pull Request Type
Please select the option(s) that are relevant to this PR.
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] Improvement (fixing a typo, updating readme, renaming a variable
name, etc)
---------
Co-authored-by: Justintime50 <39606064+Justintime50@users.noreply.github.com>
0 commit comments