1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

20 lines
267 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM8',
name: {
ja: '超爆インパクト',
ko: '버스트임팩트'
},
serie: serie,
cardCount: {
official: 95
},
releaseDate: '2018-09-07'
}
export default set