1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-05 17:59:18 +00:00
Files
cards-database/data/Neo/Neo Revelation.ts

22 lines
257 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Neo'
const neo3: Set = {
id: "neo3",
name: {
en: "Neo Revelation",
},
serie: serie,
tcgOnline: "N3",
cardCount: {
official: 64
},
releaseDate: "2001-09-21"
}
export default neo3