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

20 lines
255 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XYb'
const set: Set = {
id: 'XY8a',
name: {
ja: '青い衝撃',
ko: '푸른 충격'
},
serie: serie,
cardCount: {
official: 59
},
releaseDate: '2015-09-26'
}
export default set