mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
20 lines
271 B
TypeScript
20 lines
271 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SM'
|
|
|
|
const set: Set = {
|
|
id: 'SM4+',
|
|
name: {
|
|
ja: 'GXバトルブースト',
|
|
ko: 'GX 배틀부스트'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 114
|
|
},
|
|
releaseDate: '2017-10-20'
|
|
}
|
|
|
|
export default set
|