mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
25 lines
370 B
TypeScript
25 lines
370 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SV'
|
|
|
|
const set: Set = {
|
|
id: 'SVHM',
|
|
name: {
|
|
'zh-tw': '閃色寶藏ex',
|
|
th: 'มิไรดอนex อนาคต',
|
|
id: 'Miraidon ex Futur'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 22
|
|
},
|
|
releaseDate: {
|
|
'zh-tw': '2024-02-02',
|
|
id: '2024-04-26',
|
|
th: '2024-03-29'
|
|
}
|
|
}
|
|
|
|
export default set
|