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

23 lines
310 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV6a',
name: {
ja: 'ナイトワンダラー',
'zh-tw': '黑夜漫遊者',
},
serie: serie,
cardCount: {
official: 64
},
releaseDate: {
ja: '2024-06-07',
'zh-tw': '2024-06-21'
}
}
export default set