export type LandingBlockType = 'personalplaylists' | 'promotions' | 'new-releases' | 'new-playlists' | 'mixes' | 'chart' | 'artists' | 'albums' | 'playlists' | 'play_contexts' | 'podcasts';
