mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
23 lines
341 B
TypeScript
23 lines
341 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'SC3b',
|
|
name: {
|
|
id: 'Koleksi VMAX Berkilau Set B',
|
|
th: 'ชนี VMAX คอลเลกชัน ชุด B'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 158
|
|
},
|
|
releaseDate: {
|
|
th: '2021-01-29',
|
|
id: '2021-03-21'
|
|
}
|
|
}
|
|
|
|
export default set
|