mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-23 16:30:27 +01:00
Update spotify connection
This commit is contained in:
@@ -11,6 +11,7 @@ export interface SpotifyTrack {
|
||||
item: {
|
||||
name: string
|
||||
type: string
|
||||
id: string
|
||||
}
|
||||
device: {
|
||||
name: string
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export interface SpotifyToken {
|
||||
access_token: string
|
||||
refresh_token: string
|
||||
expires_in: number
|
||||
}
|
||||
|
||||
interface Device {
|
||||
|
||||
Reference in New Issue
Block a user