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

20 lines
267 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XYb'
const set: Set = {
id: 'XY10',
name: {
ja: 'めざめる超王',
ko: '초능력의 제왕'
},
serie: serie,
cardCount: {
official: 78
},
releaseDate: '2016-03-18'
}
export default set