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

20 lines
274 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM12',
name: {
ja: 'オルタージェネシス',
ko: '얼터제네시스'
},
serie: serie,
cardCount: {
official: 95
},
releaseDate: '2019-09-06'
}
export default set