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
ERROR TS2394: This overload signature is not compatible with its implementation signature.
foo(): void;
~~~~~~~~~~~
in index.ts(12,5)
foo(): void;
~~~~~~~~~~~
in index.ts(8,5)
FAILURE 1 compile error(s)
This makes some of my interfaces unable to be reused, and even produces API conflicts.