Fix error

This commit is contained in:
2022-01-17 23:30:14 +01:00
parent 9adc979c60
commit d36724e3fc
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
export interface SpotifyToken {
access_token: string
refresh_token: string
expires_in: number
}
interface Device {