mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
19 lines
241 B
TypeScript
19 lines
241 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../neo'
|
|
|
|
const set: Set = {
|
|
id: 'neo2',
|
|
name: {
|
|
ja: '遺跡をこえて...'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 56
|
|
},
|
|
releaseDate: '2000-07-07'
|
|
}
|
|
|
|
export default set
|