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
node_modules/join-js/index.d.ts:21:3 - error TS1038: A 'declare' modifier cannot be used in an already ambient context.
21 declare function NotFoundError(message?: string): void;
~~~~~~~
node_modules/join-js/index.d.ts:25:20 - error TS2749: 'NotFoundError' refers to a value, but is being used as a type here. Did you mean 'typeof NotFoundError'?
25 NotFoundError: NotFoundError