export type SearchType = 'artist' | 'album' | 'track' | 'podcast' | 'all';
