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
8000
{{ message }}
This repository was archived by the owner on Oct 20, 2024. It is now read-only.
Option types for option conditions are currently of type any, because we did not manage to implement that in the first place. But it should be possible to implement this, as other tools are doing this.
FYI, I gave this a try over the weekend and tried to come up with an example outside of our codebase, just to show that it's possible in theory. But I did not even manage that.
Topic
drizzle, core
Description
Option types for option conditions are currently of type any, because we did not manage to implement that in the first place. But it should be possible to implement this, as other tools are doing this.
Initially implement by #379
Review Conversation: #379 (comment)
Describe the solution you'd like
Types work as expected
The text was updated successfully, but these errors were encountered: