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

19 lines
247 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../neo'
const set: Set = {
id: 'neo1',
name: {
ja: '金、銀、新世界へ...'
},
serie: serie,
cardCount: {
official: 96
},
releaseDate: '2000-02-04'
}
export default set