I've installed
pnpm i -D @types/spotify-api
but when I try to import a type like
import type { CurrentUsersProfileResponse } from 'spotify-api';
I've got that nasty error what's the problem?
I've installed
pnpm i -D @types/spotify-api
but when I try to import a type like
import type { CurrentUsersProfileResponse } from 'spotify-api';
I've got that nasty error what's the problem?