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
Ran into a type error when I ran npm build. The const keyword is not valid in the context of a TypeScript generic type constraint because it is not part of the TypeScript language syntax for defining generic types.
./node_modules/@spotify/web-api-ts-sdk/dist/mjs/endpoints/SearchEndpoints.d.ts:4:6
Type error: Type parameter declaration expected.
Hi,
Ran into a type error when I ran npm build. The const keyword is not valid in the context of a TypeScript generic type constraint because it is not part of the TypeScript language syntax for defining generic types.
./node_modules/@spotify/web-api-ts-sdk/dist/mjs/endpoints/SearchEndpoints.d.ts:4:6
Type error: Type parameter declaration expected.
The text was updated successfully, but these errors were encountered: