How can I trigger a rebuild of BA's generated types?
For some reason BA has lost its typings after I updated some of my packages (including BA) and now the stripe specific types are missing. IDE keeps telling me that stripe functions like the
upgradeSubscription or listActiveSubscriptions do not exist, but the app works perfectly fine. Is there a way to trigger BA's type generation? Couldn't find anything about it in the cli docs.
