import { Set } from '../../interfaces' import serie from '../Sword & Shield' const set: Set = { id: "swsh10.5", name: { en: "Pokémon GO", fr: "Pokémon GO", es: "Pokémon GO", it: "Pokémon GO", de: "Pokémon GO", pt: "Pokémon GO" }, serie: serie, cardCount: { official: 78 }, releaseDate: "2022-07-01" } export default set