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

25 lines
356 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV8',
name: {
ja: '超電ブレイカー',
'zh-cn': '超電突圍',
'zh-tw': '超電突圍'
},
serie: serie,
cardCount: {
official: 106
},
releaseDate: {
ja: '2024-10-18',
'zh-cn': '2024-10-25',
'zh-tw': '2024-10-25',
}
}
export default set