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

21 lines
251 B
TypeScript

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