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

20 lines
303 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM12a',
name: {
ja: 'TAG TEAM GX タッグオールスターズ',
ko: 'TAG TEAM GX 태그올스타즈'
},
serie: serie,
cardCount: {
official: 173
},
releaseDate: '2019-10-04'
}
export default set