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

20 lines
271 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM6b',
name: {
ja: 'チャンピオンロード',
ko: '챔피언로드'
},
serie: serie,
cardCount: {
official: 66
},
releaseDate: '2018-05-30'
}
export default set