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

21 lines
277 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SPD',
name: {
'zh-tw': 'VSTAR&VMAX 高級牌組 代歐奇希斯'
},
serie: serie,
cardCount: {
official: 20
},
releaseDate: {
'zh-tw': '2022-08-26'
}
}
export default set