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

19 lines
252 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'AS1D',
name: {
id: 'Starter Deck GX Hantaman Pertama'
},
serie: serie,
cardCount: {
official: 140
},
releaseDate: '2019-08-09'
}
export default set