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

20 lines
268 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM6a',
name: {
ja: 'ドラゴンストーム',
ko: '드래곤스톰'
},
serie: serie,
cardCount: {
official: 53
},
releaseDate: '2018-04-06'
}
export default set