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

25 lines
373 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SVHK',
name: {
'zh-tw': '未來密勒頓ex',
id: 'Koraidon ex Purba',
th: 'โคไรดอนex โบราณ'
},
serie: serie,
cardCount: {
official: 22
},
releaseDate: {
'zh-tw': '2024-02-02',
id: '2024-04-26',
th: '2024-03-29'
}
}
export default set