mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
19 lines
259 B
TypeScript
19 lines
259 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SM'
|
|
|
|
const set: Set = {
|
|
id: 'AS3a',
|
|
name: {
|
|
id: 'Booster Pack Bayangan Tersembunyi Set A'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 183
|
|
},
|
|
releaseDate: '2019-12-21'
|
|
}
|
|
|
|
export default set
|