export type DeezerPlaylist = {
  id: number;
  link: string;
  picture_big: string;
  picture_medium: string;