1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

21 lines
254 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SVD',
name: {
'zh-tw': 'ex初階牌組'
},
serie: serie,
cardCount: {
official: 139
},
releaseDate: {
'zh-tw': '2023-07-21'
}
}
export default set