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
However, Typescript wants me to pass [] as an argument when starting the subscription using the vanilla client, which fails. When passing undefined, everything works, however typescript resports an error.
The text was updated successfully, but these errors were encountered:
Hi,
When i defined subscriptions as follows,
the generated bindings.ts looks like that:
However, Typescript wants me to pass [] as an argument when starting the subscription using the vanilla client, which fails. When passing undefined, everything works, however typescript resports an error.
The text was updated successfully, but these errors were encountered: