/**
* Type definitions for Spotify API responses
*
* This file contains TypeScript interfaces for the Spotify API response objects.
* These are used to provide better type safety and IntelliSense when working with
* the Spotify API data.
*/
export {};