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

20 lines
263 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM11b',
name: {
ja: 'ドリームリーグ',
ko: '드림리그'
},
serie: serie,
cardCount: {
official: 49
},
releaseDate: '2019-08-02'
}
export default set