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