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 I declare a type called Server that impls ExportType then the resulting bindings.ts will have an error because there is always an exported type called Server that represents the qubit handlers.
Renaming it to something less generic would fix it for most cases.