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

19 lines
256 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'AS3D',
name: {
id: 'Starter Deck GX Bayangan Tersembunyi'
},
serie: serie,
cardCount: {
official: 146
},
releaseDate: '2019-12-21'
}
export default set