export interface Favorites {
  favorites: string[];
}
