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

22 lines
266 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SVB',
name: {
'zh-tw': '頂級訓練家收藏箱ex'
},
serie: serie,
cardCount: {
official: 28
},
releaseDate: {
'zh-tw': '2023-03-03'
}
}
export default set