import { Serie } from '../interfaces' const serie: Serie = { name: { ja: 'ポケットモンスターカードゲーム' }, id: 'PMCG' } export default serie