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" }, tcgOnline: 'PGO', serie: serie, cardCount: { official: 78 }, releaseDate: "2022-07-01", abbreviations: { official: "PGO", fr: "PGO" } } export default set