1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

28 lines
394 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'S10b',
name: {
ja: 'Pokémon GO',
ko: 'Pokémon GO',
'zh-tw': 'Pokémon GO',
id: 'Pokémon GO',
th: 'Pokémon GO'
},
serie: serie,
cardCount: {
official: 71
},
releaseDate: {
ja: '2022-06-17',
'zh-tw': '2022-06-17',
th: '2022-06-24',
id: '2022-06-17'
}
}
export default set