mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 11:22:10 +00:00
19 lines
250 B
TypeScript
19 lines
250 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SM'
|
|
|
|
const set: Set = {
|
|
id: 'AC3a',
|
|
name: {
|
|
id: 'Booster Pack Koleksi TAG TEAM',
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 172
|
|
},
|
|
releaseDate: '2020-07-10'
|
|
}
|
|
|
|
export default set
|