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

21 lines
293 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV6a',
name: {
ja: 'ナイトワンダラー'
},
serie: serie,
cardCount: {
official: 101 // TODO: fill out when the set is out
},
releaseDate: {
ja: '2024-06-07'
}
}
export default set