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

21 lines
254 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SP6',
name: {
'zh-tw': 'VSTAR特別組合'
},
serie: serie,
cardCount: {
official: 6
},
releaseDate: {
'zh-tw': '2022-08-26'
}
}
export default set