mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 11:22:10 +00:00
19 lines
246 B
TypeScript
19 lines
246 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SM'
|
|
|
|
const set: Set = {
|
|
id: 'AC2D',
|
|
name: {
|
|
'zh-tw': '美夢成真組合篇'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 176
|
|
},
|
|
releaseDate: '2019-12-20'
|
|
}
|
|
|
|
export default set
|