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

20 lines
269 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM7a',
name: {
ja: '迅雷スパーク',
ko: '플라스마 스파크'
},
serie: serie,
cardCount: {
official: 50
},
releaseDate: '2018-08-03'
}
export default set