1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

20 lines
260 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XYb'
const set: Set = {
id: 'XY9',
name: {
ja: '破天の怒り',
ko: '천공의 분노'
},
serie: serie,
cardCount: {
official: 80
},
releaseDate: '2015-12-11'
}
export default set