export interface SpotifyCredentials { clientId: string; clientSecret: string; redirectUrl?: string; }