1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

32 lines
426 B
TypeScript

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