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