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
If a user wants to implement a custom strategy in typescript, there's no way to type the object with "Strategy". The current workaround is importing an existing Strategy and using typeof permanentStrategy
The text was updated successfully, but these errors were encountered:
If a user wants to implement a custom strategy in typescript, there's no way to type the object with "Strategy". The current workaround is importing an existing Strategy and using
typeof permanentStrategy
The text was updated successfully, but these errors were encountered: