1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
Florian Bouillon 68e363bfaa fix: Add missing codes of tcgOnline
Signed-off-by: Avior <git@avior.me>
2024-07-24 12:24:29 +02:00

28 lines
373 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"
}
export default set