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
{{ message }}
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
Overview
The interface
I18nDetailsis public and one of its props usesI18nErroras an argument and the latter is not publicly available.For typed situations, it would be good to have access to this type.
Motivation
In TypeScript, currently we are not able to do something like this:
Checklist