1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

25 lines
384 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV4M',
name: {
ja: '未来の一閃',
ko: '미래의 일섬',
'zh-tw': '未來閃光',
th: 'ประกายแสงจากอนาคต'
},
serie: serie,
cardCount: {
official: 66
},
releaseDate: {
ja: '2023-10-27',
'zh-tw': '2023-11-10'
}
}
export default set